diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-17 00:42:18 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-17 00:42:18 +0100 |
commit | 47a69e593d2d816374d263076b87a9ffb987459a (patch) | |
tree | c805a6314dd1377357f669b3d60b77b68175a5b7 /src/CMakeLists.txt | |
parent | searchbar --> findbar (diff) | |
download | rekonq-47a69e593d2d816374d263076b87a9ffb987459a.tar.xz |
Ported search bar. 1st implementation. For Now, just Google Search.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f4ebb9b..edcfd561 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,11 +11,10 @@ SET( rekonq_SRCS networkaccessmanager.cpp searchlineedit.cpp findbar.cpp - findwidget.cpp + searchbar.cpp settings.cpp squeezelabel.cpp - tabwidget.cpp - toolbarsearch.cpp + tabwidget.cpp urllineedit.cpp webview.cpp main.cpp |