summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-11-21 09:48:44 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-11-21 09:48:44 +0100
commit3397fd277b12d82d8c260f8a9dab7b203924d1a8 (patch)
tree995f96717700403496dd005faa27f1e2a33f3809 /src/CMakeLists.txt
parentQSettings --> KConfig (diff)
downloadrekonq-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.txt4
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
)