diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-12 09:59:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-12 09:59:10 +0200 |
commit | bb0cf4fb14b5d0d49c03537b19559de52e500378 (patch) | |
tree | f25141f551e57d13c3a3eaa5ce54687d3992a8e7 /src/mainwindow.h | |
parent | Merge commit 'avaddon/master' (diff) | |
download | rekonq-bb0cf4fb14b5d0d49c03537b19559de52e500378.tar.xz |
Some "stupid" toolbars fixes
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
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; |