diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-05 09:18:04 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-05 09:18:04 +0100 |
commit | 2eaf8b2489e834175a67c677521385022422b899 (patch) | |
tree | 1ede4db9eec88d3f6194bbb8cf6b22c75ec22504 /src/mainwindow.h | |
parent | clean up download management (diff) | |
download | rekonq-2eaf8b2489e834175a67c677521385022422b899.tar.xz |
Make rekonq menu appear inside rekonq's window (as Dolphin does)
BUG:283269
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 0b1380da..789c0c1a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -45,6 +45,7 @@ class FindBar; class HistoryPanel; class MainView; class NetworkAnalyzerPanel; +class RekonqMenu; class WebInspectorPanel; class WebTab; class ZoomBar; @@ -215,7 +216,7 @@ private: QLabel *m_popup; QTimer *m_hidePopupTimer; - KMenu *m_rekonqMenu; + RekonqMenu *m_rekonqMenu; }; #endif // MAINWINDOW_H |