summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jabbergroupcontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jabbergroupcontact.h')
-rw-r--r--kopete/protocols/jabber/jabbergroupcontact.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/jabber/jabbergroupcontact.h b/kopete/protocols/jabber/jabbergroupcontact.h
index c157b823..7cbd4f36 100644
--- a/kopete/protocols/jabber/jabbergroupcontact.h
+++ b/kopete/protocols/jabber/jabbergroupcontact.h
@@ -39,7 +39,7 @@ public:
* Create custom context menu items for the contact
* FIXME: implement manager version here?
*/
- QPtrList<KAction> *customContextMenuActions ();
+ TQPtrList<KAction> *customContextMenuActions ();
/**
* Deal with an incoming message for this contact.
@@ -70,7 +70,7 @@ public slots:
* a nondeterminate file size (such as over a socket)
*/
virtual void sendFile( const KURL &sourceURL = KURL(),
- const QString &fileName = QString::null, uint fileSize = 0L );
+ const TQString &fileName = TQString::null, uint fileSize = 0L );
private slots:
@@ -96,12 +96,12 @@ private slots:
private:
- QPtrList<Kopete::Contact> mContactList;
- QPtrList<Kopete::MetaContact> mMetaContactList;
+ TQPtrList<Kopete::Contact> mContactList;
+ TQPtrList<Kopete::MetaContact> mMetaContactList;
JabberGroupChatManager *mManager;
JabberBaseContact *mSelfContact;
- QString mNick;
+ TQString mNick;
};
#endif