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/http/HttpFileTransfer.cpp | |
| 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/http/HttpFileTransfer.cpp')
| -rw-r--r-- | src/modules/http/HttpFileTransfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/http/HttpFileTransfer.cpp b/src/modules/http/HttpFileTransfer.cpp index 9a45e500b..ed2e92fa8 100644 --- a/src/modules/http/HttpFileTransfer.cpp +++ b/src/modules/http/HttpFileTransfer.cpp @@ -33,9 +33,9 @@ #include "KviKvsEventTriggers.h" #include "KviConsoleWindow.h" #include "KviKvsScript.h" -#include "QMenu.h" #include <QPainter> +#include <QMenu> static KviPointerList<HttpFileTransfer> * g_pHttpFileTransfers = 0; static QPixmap * g_pHttpIcon = 0; |
