summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/gwmessagemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/gwmessagemanager.h')
-rw-r--r--kopete/protocols/groupwise/gwmessagemanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/groupwise/gwmessagemanager.h b/kopete/protocols/groupwise/gwmessagemanager.h
index 5413fd23..5d1fd48b 100644
--- a/kopete/protocols/groupwise/gwmessagemanager.h
+++ b/kopete/protocols/groupwise/gwmessagemanager.h
@@ -12,7 +12,7 @@
#ifndef GWMESSAGEMANAGER_H
#define GWMESSAGEMANAGER_H
-#include <qptrqueue.h>
+#include <tqptrqueue.h>
#include <kopetemessage.h>
#include <kopetechatsession.h>
@@ -87,7 +87,7 @@ public:
/**
* Reimplemented from Kopete::ChatSession - invites contacts via DND
*/
- virtual void inviteContact(const QString& );
+ virtual void inviteContact(const TQString& );
signals:
/**
* Tell the contact we got a GUID so it can route incoming messages here.
@@ -150,10 +150,10 @@ private:
ConferenceGuid m_guid; // The conference's globally unique identifier, which is given to it by the server
int m_flags; // flags for secure connections, central logging and "conference closed" as given by the server
- QValueList< Kopete::Message > m_pendingOutgoingMessages; // messages queued while we wait for the server to tell us the conference is created.
+ TQValueList< Kopete::Message > m_pendingOutgoingMessages; // messages queued while we wait for the server to tell us the conference is created.
Kopete::ContactPtrList m_pendingInvites; // people we wanted to invite to the conference, queued while waiting for the conference to be created.
KActionMenu *m_actionInvite;
- QPtrList<KAction> m_inviteActions;
+ TQPtrList<KAction> m_inviteActions;
// labels showing secure and logging status
KAction *m_secure;
KAction *m_logging;