diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-20 16:45:40 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-20 16:45:40 +0200 |
commit | b1b5a58d7cd5f67cfd20237ea9700057608072b2 (patch) | |
tree | 491a393dfcafac7e297533452f2069f8a0f1c82c /src/mainwindow.h | |
parent | - The bookmark toolbar is now a real toolbar, not an action. (diff) | |
download | rekonq-b1b5a58d7cd5f67cfd20237ea9700057608072b2.tar.xz |
Fix the help menu and readd the bookmark bar toggle action
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 6ae99b5e..e135adca 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -167,6 +167,7 @@ private slots: void enableNetworkAnalysis(bool); void initBookmarkBar(); + void initToolsMenu(); private: MainView *m_view; @@ -188,6 +189,8 @@ private: KPassivePopup *m_popup; QTimer *m_hidePopup; + + KActionMenu *m_toolsMenu; }; #endif // MAINWINDOW_H |