diff options
Diffstat (limited to 'kopete/protocols/jabber/jingle/jinglesession.h')
-rw-r--r-- | kopete/protocols/jabber/jingle/jinglesession.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/jingle/jinglesession.h b/kopete/protocols/jabber/jingle/jinglesession.h index 00c192bd..a9d73440 100644 --- a/kopete/protocols/jabber/jingle/jinglesession.h +++ b/kopete/protocols/jabber/jingle/jinglesession.h @@ -17,11 +17,11 @@ #ifndef JINGLESESSION_H #define JINGLESESSION_H -#include <qobject.h> -#include <qstring.h> +#include <tqobject.h> +#include <tqstring.h> #include <xmpp.h> // XMPP::Jid -#include <qvaluelist.h> +#include <tqvaluelist.h> class JabberAccount; /** @@ -33,7 +33,7 @@ class JingleSession : public QObject { Q_OBJECT public: - typedef QValueList<XMPP::Jid> JidList; + typedef TQValueList<XMPP::Jid> JidList; JingleSession(JabberAccount *account, const JidList &peers); virtual ~JingleSession(); @@ -52,7 +52,7 @@ public: * Note that you must return the XML namespace that define * the session: ex:(http://jabber.org/protocol/jingle/sessions/audio) */ - virtual QString sessionType() = 0; + virtual TQString sessionType() = 0; public slots: /** @@ -74,7 +74,7 @@ public slots: virtual void terminate() = 0; protected slots: - void sendStanza(const QString &stanza); + void sendStanza(const TQString &stanza); signals: /** |