summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-12 09:59:10 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-12 09:59:10 +0200
commitbb0cf4fb14b5d0d49c03537b19559de52e500378 (patch)
treef25141f551e57d13c3a3eaa5ce54687d3992a8e7 /src/mainwindow.h
parentMerge commit 'avaddon/master' (diff)
downloadrekonq-bb0cf4fb14b5d0d49c03537b19559de52e500378.tar.xz
Some "stupid" toolbars fixes
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 21cf1a4f..5a705e27 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -73,7 +73,7 @@ public:
private:
void setupActions();
void setupTools();
- void setupToolbar();
+ void setupToolbars();
void setupSidePanel();
SidePanel *sidePanel();
@@ -148,9 +148,9 @@ private:
KAction *m_stopReloadAction;
KMenu *m_historyBackMenu;
- KToolBar *m_bmBar;
KToolBar *m_mainBar;
-
+ KToolBar *m_bmBar;
+
QString m_lastSearch;
QString m_homePage;