diff options
| author | 2012-02-27 01:16:26 +0000 | |
|---|---|---|
| committer | 2012-02-27 01:16:26 +0000 | |
| commit | ba052f7b1686e69c2c1da43fe5f53399dda8152c (patch) | |
| tree | ca310f241c2fdd7ae619f005ca58a2547bdd0387 /src/modules/eventeditor | |
| parent | Dropped the KviTalPopupMenu layer, ported the involved code to QAction. (diff) | |
| download | KVIrc-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.cpp | 2 | ||||
| -rw-r--r-- | src/modules/eventeditor/EventEditorWindow.h | 2 |
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; |
