summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-10 00:48:03 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-10 00:48:03 +0100
commitd1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0 (patch)
tree1ae524849518d7d5a987d77d5556848ececdc592 /src/searchbar.cpp
parentmade the urlbar a KHistoryComboBox. Really beautiful widget!! (diff)
downloadrekonq-d1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0.tar.xz
Added Completion to new urlbar. ready for merge..
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r--src/searchbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp
index a2f1217f..134b5f33 100644
--- a/src/searchbar.cpp
+++ b/src/searchbar.cpp
@@ -52,7 +52,6 @@ void SearchBar::searchNow()
url.addQueryItem(QLatin1String("oe"), QLatin1String("UTF-8"));
url.addQueryItem(QLatin1String("client"), QLatin1String("reKonq"));
emit search(url);
-
}
KLineEdit *SearchBar::lineEdit()