From 7272c7e483e90b1410923c47cf1cd1786628fa39 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Sun, 10 Jan 2010 23:00:55 +0000 Subject: quick fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3830 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/kvirc/ui/kvi_statusbarapplet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/kvirc/ui/kvi_statusbarapplet.cpp b/src/kvirc/ui/kvi_statusbarapplet.cpp index 0ed59478a..87cff24a0 100644 --- a/src/kvirc/ui/kvi_statusbarapplet.cpp +++ b/src/kvirc/ui/kvi_statusbarapplet.cpp @@ -721,8 +721,8 @@ void KviStatusBarUpdateIndicator::checkVersion() KviUrl url("http://kvirc.net/checkversion.php"); m_pHttpRequest = new KviHttpRequest(); - connect(m_pHttpRequest,SIGNAL(resolvingHost(const QString &)),this,SLOT(hostResolved(const QString &))); - connect(m_pHttpRequest,SIGNAL(connectionEstabilished()),this,SLOT(connectionEstabilished())); + //connect(m_pHttpRequest,SIGNAL(resolvingHost(const QString &)),this,SLOT(hostResolved(const QString &))); + //connect(m_pHttpRequest,SIGNAL(connectionEstabilished()),this,SLOT(connectionEstabilished())); connect(m_pHttpRequest,SIGNAL(receivedResponse(const QString &)),this,SLOT(responseReceived(const QString &))); connect(m_pHttpRequest,SIGNAL(binaryData(const KviDataBuffer &)),this,SLOT(binaryDataReceived(const KviDataBuffer &))); connect(m_pHttpRequest,SIGNAL(terminated(bool)),this,SLOT(requestCompleted(bool))); -- cgit v1.3.1-10-gc9f91