summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jingle/jinglewatchsessiontask.h')
-rw-r--r--kopete/protocols/jabber/jingle/jinglewatchsessiontask.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
index 09dbdbce..0b53280e 100644
--- a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
+++ b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
@@ -21,13 +21,14 @@
/**
* This task watch for incoming Jingle session and notify manager.
- * It is declared in the header to be "moc"-able.
+ * It is declared in the header to be "tqmoc"-able.
*/
class JingleWatchSessionTask : public XMPP::Task
{
Q_OBJECT
+ TQ_OBJECT
public:
- JingleWatchSessionTask(XMPP::Task *parent);
+ JingleWatchSessionTask(XMPP::Task *tqparent);
~JingleWatchSessionTask();
bool take(const TQDomElement &element);