aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/EventEditorWindow.h
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/EventEditorWindow.h
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/EventEditorWindow.h')
-rw-r--r--src/modules/eventeditor/EventEditorWindow.h2
1 files changed, 1 insertions, 1 deletions
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;