From eeaa73f41acb35a97ba0b9acc01c4f80d7fac10f Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Wed, 24 Jan 2007 00:00:20 +0000 Subject: Quick fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@249 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/http/httpfiletransfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/http/httpfiletransfer.cpp') 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 *)),this,SLOT(headersReceived(KviAsciiDict *))); - 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 &))); -- cgit v1.3.1-10-gc9f91