diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index eeb58171..3aa57f5c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -167,7 +167,8 @@ private slots: void enableNetworkAnalysis(bool); void initBookmarkBar(); - + void initToolsMenu(); + private: MainView *m_view; FindBar *m_findBar; @@ -188,6 +189,8 @@ private: KPassivePopup *m_popup; QTimer *m_hidePopup; + + KActionMenu *m_toolsMenu; }; #endif // MAINWINDOW_H |