diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a5a54f9d..c2654a93 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -49,8 +49,6 @@ class WebInspectorPanel; class WebTab; class ZoomBar; -class KActionMenu; - class QWebFrame; class QLabel; @@ -141,6 +139,7 @@ protected: void resizeEvent(QResizeEvent *event); bool event(QEvent *event); bool queryClose(); + void finalizeGUI(KXMLGUIClient *client); private Q_SLOTS: void postLaunch(); @@ -185,7 +184,7 @@ private Q_SLOTS: void setEditable(bool); void initBookmarkBar(); - void updateToolsMenu(); + void toggleBookmarkBarVisible(bool); private: MainView *m_view; @@ -214,7 +213,6 @@ private: QTimer *m_hidePopupTimer; KMenu *m_rekonqMenu; - KActionMenu *m_toolsActionMenu; }; #endif // MAINWINDOW_H |