aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/list/ListWindow.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/list/ListWindow.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/list/ListWindow.h')
-rw-r--r--src/modules/list/ListWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/list/ListWindow.h b/src/modules/list/ListWindow.h
index edc0c190b..73b2bfa07 100644
--- a/src/modules/list/ListWindow.h
+++ b/src/modules/list/ListWindow.h
@@ -31,12 +31,12 @@
#include "KviIrcServerParser.h"
#include "KviConsoleWindow.h"
#include "KviIrcContext.h"
-#include "QMenu.h"
#include "KviThemedTreeWidget.h"
#include <QToolButton>
#include <QLineEdit>
#include <QItemDelegate>
+#include <QMenu>
class KviThemedLabel;
class KviThemedLineEdit;