diff options
Diffstat (limited to 'kopete/protocols/jabber/jingle/jinglesession.cpp')
-rw-r--r-- | kopete/protocols/jabber/jingle/jinglesession.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/jingle/jinglesession.cpp b/kopete/protocols/jabber/jingle/jinglesession.cpp index 6c370fca..9bebb3b8 100644 --- a/kopete/protocols/jabber/jingle/jinglesession.cpp +++ b/kopete/protocols/jabber/jingle/jinglesession.cpp @@ -34,7 +34,7 @@ public: }; JingleSession::JingleSession(JabberAccount *account, const JidList &peers) - : QObject(account, 0), d(new Private(account, peers)) + : TQObject(account, 0), d(new Private(account, peers)) { d->myself = account->client()->jid(); } @@ -64,7 +64,7 @@ JabberAccount *JingleSession::account() return d->account; } -void JingleSession::sendStanza(const QString &stanza) +void JingleSession::sendStanza(const TQString &stanza) { account()->client()->send( stanza ); } |