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/codetester | |
| 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/codetester')
| -rw-r--r-- | src/modules/codetester/CodeTesterWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/codetester/CodeTesterWindow.cpp b/src/modules/codetester/CodeTesterWindow.cpp index 28e8fc1b0..fbb254b08 100644 --- a/src/modules/codetester/CodeTesterWindow.cpp +++ b/src/modules/codetester/CodeTesterWindow.cpp @@ -36,11 +36,11 @@ #include "KviParameterList.h" #include "KviKvsScript.h" #include "KviKvsVariantList.h" -#include "QMenu.h" #include <QPushButton> #include <QLayout> #include <QLabel> +#include <QMenu> extern KviPointerList<CodeTesterWindow> * g_pCodeTesterWindowList; |
