diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-10 00:48:03 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-10 00:48:03 +0100 |
commit | d1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0 (patch) | |
tree | 1ae524849518d7d5a987d77d5556848ececdc592 /src/searchbar.cpp | |
parent | made the urlbar a KHistoryComboBox. Really beautiful widget!! (diff) | |
download | rekonq-d1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0.tar.xz |
Added Completion to new urlbar. ready for merge..
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r-- | src/searchbar.cpp | 1 |
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() |