summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/gadu/gaduaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/gadu/gaduaccount.h')
-rw-r--r--kopete/protocols/gadu/gaduaccount.h32
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();