aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http/httpfiletransfer.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-10-04 14:20:03 +0000
committerGravatar Fabio Bas2008-10-04 14:20:03 +0000
commit82ca022576927930fc879085b4244b9b686f0ee7 (patch)
tree0f1176cc8436ab224f1b725eeed9151aab0c6710 /src/modules/http/httpfiletransfer.cpp
parentfixed rules for compatibility; replaced deprecated function (diff)
downloadKVIrc-82ca022576927930fc879085b4244b9b686f0ee7.tar.gz
KVIrc-82ca022576927930fc879085b4244b9b686f0ee7.tar.bz2
KVIrc-82ca022576927930fc879085b4244b9b686f0ee7.zip
many fixed to filetrasferwindows / transfer modules
fixed a signal in kvitexticonwin git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2645 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http/httpfiletransfer.cpp')
-rw-r--r--src/modules/http/httpfiletransfer.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/http/httpfiletransfer.cpp b/src/modules/http/httpfiletransfer.cpp
index 4e2cd62a7..98986b260 100644
--- a/src/modules/http/httpfiletransfer.cpp
+++ b/src/modules/http/httpfiletransfer.cpp
@@ -88,11 +88,6 @@ void KviHttpFileTransfer::autoClean()
die();
}
-void KviHttpFileTransfer::die()
-{
- delete this;
-}
-
QString KviHttpFileTransfer::localFileName()
{
return m_pHttpRequest->fileName();
@@ -342,7 +337,7 @@ void KviHttpFileTransfer::init()
QPixmap * pix = g_pIconManager->getImage("kvi_httpicons.png", false);
if(pix)g_pHttpIcon = new QPixmap(*pix);
- else g_pHttpIcon = new QPixmap(192,48);
+ else g_pHttpIcon = 0;
}
void KviHttpFileTransfer::done()