summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/icqaccount.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
commit47c8a359c5276062c4bc17f0e82410f29081b502 (patch)
tree2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/protocols/oscar/icq/icqaccount.h
parent6f82532777a35e0e60bbd2b290b2e93e646f349b (diff)
downloadtdenetwork-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/oscar/icq/icqaccount.h')
-rw-r--r--kopete/protocols/oscar/icq/icqaccount.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/kopete/protocols/oscar/icq/icqaccount.h b/kopete/protocols/oscar/icq/icqaccount.h
index f6231ec9..d64fe5d7 100644
--- a/kopete/protocols/oscar/icq/icqaccount.h
+++ b/kopete/protocols/oscar/icq/icqaccount.h
@@ -39,7 +39,7 @@ public:
void userInfoUpdated();
public slots:
- void receivedShortInfo( const QString& );
+ void receivedShortInfo( const TQString& );
void fetchShortInfo();
};
@@ -49,7 +49,7 @@ class ICQAccount : public OscarAccount
Q_OBJECT
public:
- ICQAccount( Kopete::Protocol *parent, QString accountID, const char *name = 0L );
+ ICQAccount( Kopete::Protocol *parent, TQString accountID, const char *name = 0L );
virtual ~ICQAccount();
ICQProtocol *protocol();
@@ -58,18 +58,18 @@ public:
virtual KActionMenu* actionMenu();
/** Reimplementation from Kopete::Account */
- void setOnlineStatus( const Kopete::OnlineStatus&, const QString& );
+ void setOnlineStatus( const Kopete::OnlineStatus&, const TQString& );
- virtual void setAway( bool away, const QString &awayReason );
+ virtual void setAway( bool away, const TQString &awayReason );
- void connectWithPassword( const QString &password );
+ void connectWithPassword( const TQString &password );
- void setUserProfile( const QString &profile );
+ void setUserProfile( const TQString &profile );
protected:
- virtual OscarContact *createNewContact( const QString &contactId, Kopete::MetaContact *parentContact, const SSI& ssiItem );
+ virtual OscarContact *createNewContact( const TQString &contactId, Kopete::MetaContact *parentContact, const SSI& ssiItem );
- virtual QString sanitizedMessage( const QString& message );
+ virtual TQString sanitizedMessage( const TQString& message );
protected slots:
virtual void disconnected( DisconnectReason reason );
@@ -79,8 +79,8 @@ private:
ICQ::Presence presence();
void setInvisible( ICQ::Presence::Visibility );
- void setPresenceType( ICQ::Presence::Type, const QString &awayMessage = QString::null );
- void setPresenceTarget( const ICQ::Presence &presence, const QString &message = QString::null );
+ void setPresenceType( ICQ::Presence::Type, const TQString &awayMessage = TQString::null );
+ void setPresenceTarget( const ICQ::Presence &presence, const TQString &message = TQString::null );
//const unsigned long fullStatus( const unsigned long plainStatus );
@@ -90,14 +90,14 @@ private slots:
void slotSetVisiblility();
void slotVisibilityDialogClosed();
- void slotGlobalIdentityChanged( const QString& key, const QVariant& value );
+ void slotGlobalIdentityChanged( const TQString& key, const TQVariant& value );
void slotBuddyIconChanged();
private:
bool mWebAware;
bool mHideIP;
- QString mInitialStatusMessage;
+ TQString mInitialStatusMessage;
OscarVisibilityDialog* m_visibilityDialog;
};