diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:57:06 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:57:06 +0100 |
commit | e9bfe8629fcb5cb964d0f60edc1473783f98a72e (patch) | |
tree | df67ec2c340315c129cbc0c6877e72d1bd857538 /src/CMakeLists.txt | |
parent | New findbar implementation. Now it will be shown with CTRL+F, but NOT (diff) | |
download | rekonq-e9bfe8629fcb5cb964d0f60edc1473783f98a72e.tar.xz |
Definitely removed searclineedit and urllineedit classes. Will use my own.. ;)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4498c543..bb01a78e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,13 +10,11 @@ SET( rekonq_SRCS modelmenu.cpp networkaccessmanager.cpp urlbar.cpp -# searchlineedit.cpp # ready to be removed.. findbar.cpp searchbar.cpp settings.cpp squeezelabel.cpp tabwidget.cpp -# urllineedit.cpp # ready to be removed.. webview.cpp main.cpp ) |