aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-01-10 23:00:55 +0000
committerGravatar Elvio Basello2010-01-10 23:00:55 +0000
commit7272c7e483e90b1410923c47cf1cd1786628fa39 (patch)
tree10295744f22408f26336c905409ec13fdc179dec
parent[KVIrc] (trunk) Fixed some spelling mistakes found by Lintian. (diff)
downloadKVIrc-7272c7e483e90b1410923c47cf1cd1786628fa39.tar.gz
KVIrc-7272c7e483e90b1410923c47cf1cd1786628fa39.tar.bz2
KVIrc-7272c7e483e90b1410923c47cf1cd1786628fa39.zip
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3830 17fca916-40b9-46aa-a4ea-0a15b648b75c
-rw-r--r--src/kvirc/ui/kvi_statusbarapplet.cpp4
1 files changed, 2 insertions, 2 deletions
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)));