aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor
diff options
context:
space:
mode:
authorGravatar wodim2012-02-27 01:16:26 +0000
committerGravatar wodim2012-02-27 01:16:26 +0000
commitba052f7b1686e69c2c1da43fe5f53399dda8152c (patch)
treeca310f241c2fdd7ae619f005ca58a2547bdd0387 /src/modules/eventeditor
parentDropped the KviTalPopupMenu layer, ported the involved code to QAction. (diff)
downloadKVIrc-ba052f7b1686e69c2c1da43fe5f53399dda8152c.tar.gz
KVIrc-ba052f7b1686e69c2c1da43fe5f53399dda8152c.tar.bz2
KVIrc-ba052f7b1686e69c2c1da43fe5f53399dda8152c.zip
fix compilation, thanks minde for noticing (CtrlAltCa <3)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/eventeditor')
-rw-r--r--src/modules/eventeditor/EventEditorWindow.cpp2
-rw-r--r--src/modules/eventeditor/EventEditorWindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/eventeditor/EventEditorWindow.cpp b/src/modules/eventeditor/EventEditorWindow.cpp
index 3ae064075..821ecd8b7 100644
--- a/src/modules/eventeditor/EventEditorWindow.cpp
+++ b/src/modules/eventeditor/EventEditorWindow.cpp
@@ -40,7 +40,6 @@
#include "KviFileDialog.h"
#include "KviKvsEventManager.h"
#include "KviTalVBox.h"
-#include "QMenu.h"
#include <QMessageBox>
#include <QSplitter>
@@ -48,6 +47,7 @@
#include <QToolTip>
#include <QPushButton>
#include <QMouseEvent>
+#include <QMenu>
extern EventEditorWindow * g_pEventEditorWindow;
diff --git a/src/modules/eventeditor/EventEditorWindow.h b/src/modules/eventeditor/EventEditorWindow.h
index ae51e2cb7..584f38113 100644
--- a/src/modules/eventeditor/EventEditorWindow.h
+++ b/src/modules/eventeditor/EventEditorWindow.h
@@ -26,11 +26,11 @@
#include "KviWindow.h"
#include "KviCString.h"
-#include "QMenu.h"
#include <QWidget>
#include <QLineEdit>
#include <QTreeWidget>
+#include <QMenu>
class KviScriptEditor;