diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-21 09:48:44 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-21 09:48:44 +0100 |
commit | 3397fd277b12d82d8c260f8a9dab7b203924d1a8 (patch) | |
tree | 995f96717700403496dd005faa27f1e2a33f3809 /src/CMakeLists.txt | |
parent | QSettings --> KConfig (diff) | |
download | rekonq-3397fd277b12d82d8c260f8a9dab7b203924d1a8.tar.xz |
KDE-izing cookie dialogs..
removed searchlineedit support, almost everywhere..
We just need a new url bar to be ready for 0.0.1 release..
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index edcfd561..b9d6a600 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,13 +9,13 @@ SET( rekonq_SRCS history.cpp modelmenu.cpp networkaccessmanager.cpp - searchlineedit.cpp + searchlineedit.cpp # ready to be removed.. findbar.cpp searchbar.cpp settings.cpp squeezelabel.cpp tabwidget.cpp - urllineedit.cpp + urllineedit.cpp # ready to be removed.. webview.cpp main.cpp ) |