From 47c8a359c5276062c4bc17f0e82410f29081b502 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:48:06 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/protocols/msn/msnprotocol.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kopete/protocols/msn/msnprotocol.h') diff --git a/kopete/protocols/msn/msnprotocol.h b/kopete/protocols/msn/msnprotocol.h index 7017fd90..77e3d171 100644 --- a/kopete/protocols/msn/msnprotocol.h +++ b/kopete/protocols/msn/msnprotocol.h @@ -21,8 +21,8 @@ #ifndef __msnprotocol_h__ #define __msnprotocol_h__ -#include -#include +#include +#include #include "kopeteprotocol.h" #include "kopeteonlinestatus.h" @@ -58,7 +58,7 @@ class KOPETE_EXPORT MSNProtocol : public Kopete::Protocol Q_OBJECT public: - MSNProtocol( QObject *parent, const char *name, const QStringList &args ); + MSNProtocol( TQObject *parent, const char *name, const TQStringList &args ); /** * SyncMode indicates whether settings differing between client and @@ -150,15 +150,15 @@ public: }; virtual Kopete::Contact *deserializeContact( Kopete::MetaContact *metaContact, - const QMap &serializedData, const QMap &addressBookData ); + const TQMap &serializedData, const TQMap &addressBookData ); - virtual AddContactPage *createAddContactWidget( QWidget *parent , Kopete::Account *i); - virtual KopeteEditAccountWidget *createEditAccountWidget(Kopete::Account *account, QWidget *parent); - virtual Kopete::Account *createNewAccount(const QString &accountId); + virtual AddContactPage *createAddContactWidget( TQWidget *parent , Kopete::Account *i); + virtual KopeteEditAccountWidget *createEditAccountWidget(Kopete::Account *account, TQWidget *parent); + virtual Kopete::Account *createNewAccount(const TQString &accountId); static MSNProtocol* protocol(); - static bool validContactId(const QString&); - QImage scalePicture(const QImage &picture); + static bool validContactId(const TQString&); + TQImage scalePicture(const TQImage &picture); private slots: void slotSyncContactList(); @@ -178,7 +178,7 @@ signals: * @param msnMM is the message manager * @param c is the contact */ - void invitation(MSNInvitation*& invitation, const QString &bodyMSG , long unsigned int cookie , MSNChatSession* msnMM , MSNContact* c ); + void invitation(MSNInvitation*& invitation, const TQString &bodyMSG , long unsigned int cookie , MSNChatSession* msnMM , MSNContact* c ); }; #endif -- cgit v1.2.1