summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorJohannes Troscher <fritz_van_tom@hotmail.com>2011-08-12 12:41:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-08-12 12:41:24 +0200
commitb5dcfc28a2c8a7922e0a56cafc62b4f89b692eb1 (patch)
tree22387215ff24c17a71b8c804c293b6d8f3d0fde5 /src/mainwindow.h
parentnotify popup improvements (diff)
downloadrekonq-b5dcfc28a2c8a7922e0a56cafc62b4f89b692eb1.tar.xz
Use KXMLGui to create rekonq menu
Easier and (hopefully) safer (less code to manage) REVIEW: 102209 REVIEWED-BY: adjam
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
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