summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp
index 3a182457..f20c054f 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.cpp
@@ -88,7 +88,7 @@ HttpPoll::HttpPoll(TQObject *parent)
d = new Private;
d->polltime = 30;
- d->t = new QTimer;
+ d->t = new TQTimer;
connect(d->t, TQT_SIGNAL(timeout()), TQT_SLOT(do_sync()));
connect(&d->http, TQT_SIGNAL(result()), TQT_SLOT(http_result()));