summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-28 11:38:08 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-28 11:38:08 +0200
commit0a8fa0648731b81e5b552a817d204b0a36348dba (patch)
tree249a7ea3f83db937532bc808644f8d648e912079 /src/mainwindow.h
parentFixing loadInNewTab slot (diff)
downloadrekonq-0a8fa0648731b81e5b552a817d204b0a36348dba.tar.xz
Using my own FindBar, for now..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
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;