diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
commit | 47c8a359c5276062c4bc17f0e82410f29081b502 (patch) | |
tree | 2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/protocols/gadu/gaduaccount.h | |
parent | 6f82532777a35e0e60bbd2b290b2e93e646f349b (diff) | |
download | tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/protocols/gadu/gaduaccount.h')
-rw-r--r-- | kopete/protocols/gadu/gaduaccount.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/kopete/protocols/gadu/gaduaccount.h b/kopete/protocols/gadu/gaduaccount.h index 22d68842..234f3514 100644 --- a/kopete/protocols/gadu/gaduaccount.h +++ b/kopete/protocols/gadu/gaduaccount.h @@ -32,10 +32,10 @@ #include <libgadu.h> -#include <qhostaddress.h> -#include <qmap.h> -#include <qstring.h> -#include <qptrlist.h> +#include <tqhostaddress.h> +#include <tqmap.h> +#include <tqstring.h> +#include <tqptrlist.h> #include <kaction.h> #include <kfiledialog.h> @@ -56,13 +56,13 @@ class GaduAccount : public Kopete::PasswordedAccount Q_OBJECT public: - GaduAccount( Kopete::Protocol*, const QString& accountID, const char* name = 0L ); + GaduAccount( Kopete::Protocol*, const TQString& accountID, const char* name = 0L ); ~GaduAccount(); //{ - void setAway( bool isAway, const QString& awayMessage = QString::null ); + void setAway( bool isAway, const TQString& awayMessage = TQString::null ); KActionMenu* actionMenu(); void dccRequest( GaduContact* ); - void sendFile( GaduContact* , QString& ); + void sendFile( GaduContact* , TQString& ); //} enum tlsConnection{ TLS_ifAvaliable = 0, TLS_only, TLS_no }; unsigned int getPersonalInformation(); @@ -70,14 +70,14 @@ public: public slots: //{ - void connectWithPassword(const QString &password); + void connectWithPassword(const TQString &password); void disconnect( DisconnectReason ); void disconnect(); - void setOnlineStatus( const Kopete::OnlineStatus& status , const QString &reason = QString::null); + void setOnlineStatus( const Kopete::OnlineStatus& status , const TQString &reason = TQString::null); //} - void changeStatus( const Kopete::OnlineStatus& status, const QString& descr = QString::null ); - void slotLogin( int status = GG_STATUS_AVAIL, const QString& dscr = QString::null ); + void changeStatus( const Kopete::OnlineStatus& status, const TQString& descr = TQString::null ); + void slotLogin( int status = GG_STATUS_AVAIL, const TQString& dscr = TQString::null ); void slotLogoff(); void slotGoOnline(); void slotGoOffline(); @@ -94,7 +94,7 @@ public slots: void sendMessage( uin_t recipient, const Kopete::Message& msg, int msgClass = GG_CLASS_CHAT ); - void error( const QString& title, const QString& message ); + void error( const TQString& title, const TQString& message ); void pong(); void pingServer(); @@ -126,7 +126,7 @@ signals: protected: //{ - bool createContact( const QString& contactId, + bool createContact( const TQString& contactId, Kopete::MetaContact* parentContact ); //} @@ -143,7 +143,7 @@ private slots: void slotImportContactsFromFile(); void slotFriendsMode(); - void userlist( const QString& contacts ); + void userlist( const TQString& contacts ); GaduContactsList* userlist(); void slotUserlistSynch(); @@ -152,8 +152,8 @@ private slots: void slotChangePassword(); - void slotCommandDone( const QString&, const QString& ); - void slotCommandError( const QString&, const QString& ); + void slotCommandDone( const TQString&, const TQString& ); + void slotCommandError( const TQString&, const TQString& ); void slotSearchResult( const SearchResult& result, unsigned int seq ); void userListExportDone(); |