diff options
| author | 2010-12-26 18:29:52 +0000 | |
|---|---|---|
| committer | 2010-12-26 18:29:52 +0000 | |
| commit | 4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717 (patch) | |
| tree | cf8f7273f432e478ebf1988391e4916f41875900 /src/modules/http | |
| parent | pseudotransparency: small perfomance gain (diff) | |
| download | KVIrc-4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717.tar.gz KVIrc-4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717.tar.bz2 KVIrc-4aed5e3d6ac6c4e71fbbe97f8c6c953a4072e717.zip | |
More renaming & cleanup.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http')
| -rw-r--r-- | src/modules/http/httpfiletransfer.cpp | 6 | ||||
| -rw-r--r-- | src/modules/http/httpfiletransfer.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/http/httpfiletransfer.cpp b/src/modules/http/httpfiletransfer.cpp index 7c53191b8..feda63127 100644 --- a/src/modules/http/httpfiletransfer.cpp +++ b/src/modules/http/httpfiletransfer.cpp @@ -29,11 +29,11 @@ #include "KviLocale.h" #include "kvi_window.h" #include "kvi_iconmanager.h" -#include "kvi_netutils.h" +#include "KviNetUtils.h" #include "kvi_kvs_eventtriggers.h" #include "kvi_console.h" #include "kvi_kvs_script.h" -#include "kvi_tal_popupmenu.h" +#include "KviTalPopupMenu.h" #include <QPainter> @@ -335,7 +335,7 @@ void KviHttpFileTransfer::init() g_pHttpFileTransfers = new KviPointerList<KviHttpFileTransfer>; g_pHttpFileTransfers->setAutoDelete(false); - QPixmap * pix = g_pIconManager->getImage("kvi_httpicons.png", false); + QPixmap * pix = g_pIconManager->getImage("KviHttpRequesticons.png", false); if(pix)g_pHttpIcon = new QPixmap(*pix); else g_pHttpIcon = 0; } diff --git a/src/modules/http/httpfiletransfer.h b/src/modules/http/httpfiletransfer.h index af904a47a..f1449ee60 100644 --- a/src/modules/http/httpfiletransfer.h +++ b/src/modules/http/httpfiletransfer.h @@ -25,7 +25,7 @@ //============================================================================= #include "kvi_filetransfer.h" -#include "kvi_http.h" +#include "KviHttpRequest.h" #include "KviTimeUtils.h" #include "kvi_kvs_variant.h" |
