diff options
Diffstat (limited to 'kopete/protocols/jabber/jingle/jinglewatchsessiontask.h')
-rw-r--r-- | kopete/protocols/jabber/jingle/jinglewatchsessiontask.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h index 99b76661..09dbdbce 100644 --- a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h +++ b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h @@ -30,10 +30,10 @@ public: JingleWatchSessionTask(XMPP::Task *parent); ~JingleWatchSessionTask(); - bool take(const QDomElement &element); + bool take(const TQDomElement &element); signals: - void watchSession(const QString &sessionType, const QString &initiator); + void watchSession(const TQString &sessionType, const TQString &initiator); }; #endif |