aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http/httpfiletransfer.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-03 17:08:45 +0000
committerGravatar Elvio Basello2008-04-03 17:08:45 +0000
commit78e91f74862208e695afff14cdae3731e24d6a7f (patch)
tree1189c7ba230cb93aee2a81822a988aa5de43a88c /src/modules/http/httpfiletransfer.cpp
parentMore kde4 porting (diff)
downloadKVIrc-78e91f74862208e695afff14cdae3731e24d6a7f.tar.gz
KVIrc-78e91f74862208e695afff14cdae3731e24d6a7f.tar.bz2
KVIrc-78e91f74862208e695afff14cdae3731e24d6a7f.zip
more code clean
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1381 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http/httpfiletransfer.cpp')
-rw-r--r--src/modules/http/httpfiletransfer.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/http/httpfiletransfer.cpp b/src/modules/http/httpfiletransfer.cpp
index bbc1dcfd8..0d412e202 100644
--- a/src/modules/http/httpfiletransfer.cpp
+++ b/src/modules/http/httpfiletransfer.cpp
@@ -31,11 +31,10 @@
#include "kvi_netutils.h"
#include "kvi_kvs_eventtriggers.h"
#include "kvi_console.h"
-
#include "kvi_kvs_script.h"
-
#include "kvi_tal_popupmenu.h"
-#include <qpainter.h>
+
+#include <QPainter>
static KviPointerList<KviHttpFileTransfer> * g_pHttpFileTransfers = 0;
static QPixmap * g_pHttpIcon = 0;
@@ -489,4 +488,3 @@ bool KviHttpFileTransfer::startDownload()
#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES
#include "m_httpfiletransfer.moc"
#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
-