summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-16 01:25:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-16 01:25:25 +0200
commit01c8a8c3817548ac0c3465b6894582f269980e51 (patch)
tree10b045428596e228027d6817b5603026f717c053 /src/mainwindow.h
parentBookmark Action Menu (diff)
downloadrekonq-01c8a8c3817548ac0c3465b6894582f269980e51.tar.xz
New rekonq tools menu in main toolbar.
This is completely based on code and ideas from Lionel "MegaBigBug" Chauvin. Many thanks!
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c8ce7673..f49a0615 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -68,6 +68,8 @@ private:
void setupActions();
void setupHistoryMenu();
void setupBars();
+ void setupTools();
+
void setupSidePanel();
SidePanel *sidePanel();