aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor
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/editor
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/editor')
-rw-r--r--src/modules/editor/ScriptEditorImplementation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/ScriptEditorImplementation.h b/src/modules/editor/ScriptEditorImplementation.h
index ad3d064e9..ec58669b2 100644
--- a/src/modules/editor/ScriptEditorImplementation.h
+++ b/src/modules/editor/ScriptEditorImplementation.h
@@ -28,7 +28,6 @@
#include "KviScriptEditor.h"
#include "KviPointerList.h"
#include "KviSelectors.h"
-#include "QMenu.h"
#include <QCompleter>
#include <QLabel>
@@ -39,6 +38,7 @@
#include <QCheckBox>
#include <QSyntaxHighlighter>
#include <QByteArray>
+#include <QMenu>
class QTimer;