summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp')
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp b/kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp
index 6e73799d..20333998 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/connector.cpp
@@ -321,8 +321,8 @@ void AdvancedConnector::connectToServer(const TQString &server)
if(d->proxy.type() == Proxy::HttpPoll) {
// need SHA1 here
- if(!QCA::isSupported(QCA::CAP_SHA1))
- QCA::insertProvider(createProviderHash());
+ if(!TQCA::isSupported(TQCA::CAP_SHA1))
+ TQCA::insertProvider(createProviderHash());
HttpPoll *s = new HttpPoll;
d->bs = s;