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/browsermainwindow.h | |
parent | searchbar --> findbar (diff) | |
download | rekonq-47a69e593d2d816374d263076b87a9ffb987459a.tar.xz |
Ported search bar. 1st implementation. For Now, just Google Search.
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r-- | src/browsermainwindow.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/browsermainwindow.h b/src/browsermainwindow.h index cc206626..c5db7bba 100644 --- a/src/browsermainwindow.h +++ b/src/browsermainwindow.h @@ -24,6 +24,7 @@ // Local Includes #include "findbar.h" +#include "searchbar.h" // KDE Includes #include <KMainWindow> @@ -40,7 +41,7 @@ class AutoSaver; class QWebFrame; class TabWidget; -class ToolbarSearch; +// class ToolbarSearch; class WebView; /*! @@ -126,7 +127,8 @@ private: private: KToolBar *m_navigationBar; - ToolbarSearch *m_toolbarSearch; +// ToolbarSearch *m_toolbarSearch; + SearchBar *m_searchBar; TabWidget *m_tabWidget; AutoSaver *m_autoSaver; |