diff options
Diffstat (limited to 'kopete/protocols/jabber/jabbercontactpool.h')
-rw-r--r-- | kopete/protocols/jabber/jabbercontactpool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/jabber/jabbercontactpool.h b/kopete/protocols/jabber/jabbercontactpool.h index 6582f64c..419061fd 100644 --- a/kopete/protocols/jabber/jabbercontactpool.h +++ b/kopete/protocols/jabber/jabbercontactpool.h @@ -18,7 +18,7 @@ #ifndef JABBERCONTACTPOOL_H #define JABBERCONTACTPOOL_H -#include <qobject.h> +#include <tqobject.h> #include <im.h> namespace Kopete { class MetaContact; } @@ -92,7 +92,7 @@ public: * Find relevant sources for a given JID. * This will match user@domain/resource for a given user@domain. */ - QPtrList<JabberBaseContact> findRelevantSources ( const XMPP::Jid &jid ); + TQPtrList<JabberBaseContact> findRelevantSources ( const XMPP::Jid &jid ); private slots: void slotContactDestroyed ( Kopete::Contact *contact ); @@ -100,7 +100,7 @@ private slots: private: JabberContactPoolItem *findPoolItem ( const XMPP::RosterItem &contact ); - QPtrList<JabberContactPoolItem> mPool; + TQPtrList<JabberContactPoolItem> mPool; JabberAccount *mAccount; }; |