summaryrefslogtreecommitdiff
path: root/src/modelmenu.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-29 01:52:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-29 01:52:07 +0100
commit9e7f74269e25062a33af0a2603bf258cd4b228e2 (patch)
tree62f97c608f8045dcc34ed4680b1d02313ecccc02 /src/modelmenu.h
parentBrowserMainWindow --> MainWindow (diff)
downloadrekonq-9e7f74269e25062a33af0a2603bf258cd4b228e2.tar.xz
Ported from KMainWindow to KXmlGuiWindow.
Yeah! ..
Diffstat (limited to 'src/modelmenu.h')
-rw-r--r--src/modelmenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modelmenu.h b/src/modelmenu.h
index fe08e673..16c413af 100644
--- a/src/modelmenu.h
+++ b/src/modelmenu.h
@@ -29,9 +29,10 @@
// KDE Includes
#include <KIcon>
#include <KAction>
+#include <KMenu>
// A QMenu that is dynamically populated from a QAbstractItemModel
-class ModelMenu : public QMenu
+class ModelMenu : public KMenu
{
Q_OBJECT