diff options
Diffstat (limited to 'kopete/protocols/gadu/gaducontact.h')
-rw-r--r-- | kopete/protocols/gadu/gaducontact.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kopete/protocols/gadu/gaducontact.h b/kopete/protocols/gadu/gaducontact.h index 16278215..a96c1ded 100644 --- a/kopete/protocols/gadu/gaducontact.h +++ b/kopete/protocols/gadu/gaducontact.h @@ -23,8 +23,8 @@ #ifndef GADUCONTACT_H #define GADUCONTACT_H -#include <qpoint.h> -#include <qhostaddress.h> +#include <tqpoint.h> +#include <tqhostaddress.h> #include "gaducontactlist.h" @@ -47,12 +47,12 @@ class GaduContact : public Kopete::Contact Q_OBJECT public: - GaduContact( unsigned int, const QString&, Kopete::Account*, Kopete::MetaContact* ); + GaduContact( unsigned int, const TQString&, Kopete::Account*, Kopete::MetaContact* ); virtual bool isReachable(); - virtual void serialize( QMap<QString, QString>&, QMap<QString, QString>& ); - virtual QPtrList<KAction>* customContextMenuActions(); - virtual QString identityId() const; + virtual void serialize( TQMap<TQString, TQString>&, TQMap<TQString, TQString>& ); + virtual TQPtrList<KAction>* customContextMenuActions(); + virtual TQString identityId() const; GaduContactsList::ContactLine* contactDetails(); @@ -61,16 +61,16 @@ public: // uin is const for GaduContact, and displayname needs to be changed through metaContact bool setContactDetails( const GaduContactsList::ContactLine* ); - void setParentIdentity( const QString& ); + void setParentIdentity( const TQString& ); void setIgnored( bool ); bool ignored(); - static QString findBestContactName( const GaduContactsList::ContactLine* ); + static TQString findBestContactName( const GaduContactsList::ContactLine* ); void changedStatus( KGaduNotify* ); uin_t uin() const; - QHostAddress& contactIp(); + TQHostAddress& contactIp(); unsigned short contactPort(); public slots: @@ -82,7 +82,7 @@ public slots: void slotShowPublicProfile(); void slotEditContact(); virtual void sendFile( const KURL &sourceURL = KURL(), - const QString &fileName = QString::null, uint fileSize = 0L ); + const TQString &fileName = TQString::null, uint fileSize = 0L ); protected: @@ -102,10 +102,10 @@ private: KAction* actionInfo_; KAction* actionRemove_; - QPtrList<Kopete::Contact> thisContact_; + TQPtrList<Kopete::Contact> thisContact_; - QHostAddress remote_ip; + TQHostAddress remote_ip; unsigned int remote_port; unsigned int version; unsigned int image_size; |