diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 02cd7237..c915934b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -169,7 +169,7 @@ private Q_SLOTS: void enableNetworkAnalysis(bool); void initBookmarkBar(); - void initToolsMenu(); + void updateToolsMenu(); private: MainView *m_view; @@ -193,7 +193,8 @@ private: KPassivePopup *m_popup; QTimer *m_hidePopup; - KActionMenu *m_toolsMenu; + KMenu *m_toolsMenu; + KActionMenu *m_developerMenu; }; #endif // MAINWINDOW_H |