diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-14 12:12:35 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-14 12:12:35 +0100 |
commit | 5944fa01d76b7624bb88672c48dd4c597e3c4f02 (patch) | |
tree | e132262d31000d1fa57116e7f0d752c7822f795e /src/CMakeLists.txt | |
parent | Adjusted previous/next navigation actions (diff) | |
download | rekonq-5944fa01d76b7624bb88672c48dd4c597e3c4f02.tar.xz |
searchbar --> findbar
Yes, I know it's a search bar and finding is not granted.
But I need to distingue between this and the "other" searchbar..
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a30af320..2f4ebb9b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,7 +10,7 @@ SET( rekonq_SRCS modelmenu.cpp networkaccessmanager.cpp searchlineedit.cpp - searchbar.cpp + findbar.cpp findwidget.cpp settings.cpp squeezelabel.cpp |