diff options
| author | 2007-01-24 00:00:20 +0000 | |
|---|---|---|
| committer | 2007-01-24 00:00:20 +0000 | |
| commit | eeaa73f41acb35a97ba0b9acc01c4f80d7fac10f (patch) | |
| tree | 0c762f9cf813e1f252fc2f26b62c88dbf8def403 /src/modules/http/httpfiletransfer.cpp | |
| parent | updated KVI_SOURCES_DATE variable (diff) | |
| download | KVIrc-eeaa73f41acb35a97ba0b9acc01c4f80d7fac10f.tar.gz KVIrc-eeaa73f41acb35a97ba0b9acc01c4f80d7fac10f.tar.bz2 KVIrc-eeaa73f41acb35a97ba0b9acc01c4f80d7fac10f.zip | |
Quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@249 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 6ea79d634..c83022832 100644 --- a/src/modules/http/httpfiletransfer.cpp +++ b/src/modules/http/httpfiletransfer.cpp @@ -61,7 +61,7 @@ KviHttpFileTransfer::KviHttpFileTransfer() connect(m_pHttpRequest,SIGNAL(status(const QString &)),this,SLOT(statusMessage(const QString &))); connect(m_pHttpRequest,SIGNAL(terminated(bool)),this,SLOT(transferTerminated(bool))); connect(m_pHttpRequest,SIGNAL(header(KviAsciiDict<KviStr> *)),this,SLOT(headersReceived(KviAsciiDict<KviStr> *))); - connect(m_pHttpRequest,SIGNAL(resolvingHost(const QString &)),this,SLOT(resolvingHost(const char *))); + connect(m_pHttpRequest,SIGNAL(resolvingHost(const QString &)),this,SLOT(resolvingHost(const QString &))); connect(m_pHttpRequest,SIGNAL(requestSent(const QStringList &)),this,SLOT(requestSent(const QStringList &))); connect(m_pHttpRequest,SIGNAL(contactingHost(const QString &)),this,SLOT(contactingHost(const QString &))); connect(m_pHttpRequest,SIGNAL(receivedResponse(const QString &)),this,SLOT(receivedResponse(const QString &))); |
