summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jabbergroupmembercontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jabbergroupmembercontact.h')
-rw-r--r--kopete/protocols/jabber/jabbergroupmembercontact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/jabbergroupmembercontact.h b/kopete/protocols/jabber/jabbergroupmembercontact.h
index d4ec5b06..2936a5f8 100644
--- a/kopete/protocols/jabber/jabbergroupmembercontact.h
+++ b/kopete/protocols/jabber/jabbergroupmembercontact.h
@@ -40,7 +40,7 @@ public:
* Create custom context menu items for the contact
* FIXME: implement manager version here?
*/
- QPtrList<KAction> *customContextMenuActions ();
+ TQPtrList<KAction> *customContextMenuActions ();
/**
* Return message manager for this instance.
@@ -64,7 +64,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:
/**