diff options
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 |