diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 11:38:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 11:38:08 +0200 |
commit | 0a8fa0648731b81e5b552a817d204b0a36348dba (patch) | |
tree | 249a7ea3f83db937532bc808644f8d648e912079 /src/mainwindow.h | |
parent | Fixing loadInNewTab slot (diff) | |
download | rekonq-0a8fa0648731b81e5b552a817d204b0a36348dba.tar.xz |
Using my own FindBar, for now..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 87003005..7d0b2e5c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -44,6 +44,7 @@ class KIcon; class KMenu; class HistoryMenu; +class FindBar; class SidePanel; class WebView; @@ -117,7 +118,6 @@ private slots: void slotViewTextSmaller(); void slotViewPageSource(); void slotViewFullScreen(bool enable); - void slotViewFindBar(); // Tools Menu slots void slotToggleInspector(bool enable); @@ -129,6 +129,7 @@ private slots: private: MainView *m_view; SearchBar *m_searchBar; + FindBar *m_findBar; SidePanel *m_sidePanel; KMenu *m_historyBackMenu; |