From b5dcfc28a2c8a7922e0a56cafc62b4f89b692eb1 Mon Sep 17 00:00:00 2001 From: Johannes Troscher Date: Fri, 12 Aug 2011 12:41:24 +0200 Subject: Use KXMLGui to create rekonq menu Easier and (hopefully) safer (less code to manage) REVIEW: 102209 REVIEWED-BY: adjam --- src/mainwindow.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mainwindow.h') 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 -- cgit v1.2.1