diff options
Diffstat (limited to 'kopete/libkopete/kopetechatsessionmanager.h')
-rw-r--r-- | kopete/libkopete/kopetechatsessionmanager.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kopete/libkopete/kopetechatsessionmanager.h b/kopete/libkopete/kopetechatsessionmanager.h index e41eb14d..efabd604 100644 --- a/kopete/libkopete/kopetechatsessionmanager.h +++ b/kopete/libkopete/kopetechatsessionmanager.h @@ -18,10 +18,10 @@ #ifndef KOPETEMESSAGEMANAGERFACTORY_H #define KOPETEMESSAGEMANAGERFACTORY_H -#include <qobject.h> -#include <qptrlist.h> -#include <qintdict.h> -#include <qvaluelist.h> +#include <tqobject.h> +#include <tqptrlist.h> +#include <tqintdict.h> +#include <tqvaluelist.h> #include "kopetechatsession.h" #include "kopetemessage.h" @@ -37,8 +37,8 @@ class Contact; class Protocol; class MessageEvent; -typedef QPtrList<Contact> ContactPtrList; -typedef QValueList<Message> MessageList; +typedef TQPtrList<Contact> ContactPtrList; +typedef TQValueList<Message> MessageList; /** * @author Duncan Mac-Vicar Prett <duncan@kde.org> @@ -85,7 +85,7 @@ public: /** * Get a list of all open sessions. */ - QValueList<ChatSession*> sessions(); + TQValueList<ChatSession*> sessions(); /** * @internal @@ -97,7 +97,7 @@ public: * create a new view for the manager. * only the manager should call this function */ - KopeteView *createView( Kopete::ChatSession * , const QString &requestedPlugin = QString::null ); + KopeteView *createView( Kopete::ChatSession * , const TQString &requestedPlugin = TQString::null ); /** * Post a new event. this will emit the @ref newEvent signal @@ -175,7 +175,7 @@ public slots: void slotReadMessage(); private: - ChatSessionManager( QObject* parent = 0, const char* name = 0 ); + ChatSessionManager( TQObject* parent = 0, const char* name = 0 ); class Private; Private *d; |