summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/icqcontact.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/icqcontact.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/icqcontact.h')
-rw-r--r--kopete/protocols/oscar/icq/icqcontact.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/kopete/protocols/oscar/icq/icqcontact.h b/kopete/protocols/oscar/icq/icqcontact.h
index 41084e63..8e3301cf 100644
--- a/kopete/protocols/oscar/icq/icqcontact.h
+++ b/kopete/protocols/oscar/icq/icqcontact.h
@@ -51,30 +51,30 @@ Q_OBJECT
public:
/** Normal ICQ constructor */
- ICQContact( ICQAccount *account, const QString &name, Kopete::MetaContact *parent,
- const QString& icon = QString::null, const Oscar::SSI& ssiItem = Oscar::SSI() );
+ ICQContact( ICQAccount *account, const TQString &name, Kopete::MetaContact *parent,
+ const TQString& icon = TQString::null, const Oscar::SSI& ssiItem = Oscar::SSI() );
virtual ~ICQContact();
/**
* Returns a set of custom menu items for
* the context menu
*/
- virtual QPtrList<KAction> *customContextMenuActions();
+ virtual TQPtrList<KAction> *customContextMenuActions();
/** Return whether or not this contact is reachable. */
virtual bool isReachable();
- //virtual const QString awayMessage();
- //virtual void setAwayMessage(const QString &message);
+ //virtual const TQString awayMessage();
+ //virtual void setAwayMessage(const TQString &message);
public slots:
virtual void slotUserInfo();
virtual void updateSSIItem();
- void userInfoUpdated( const QString& contact, const UserDetails& details );
+ void userInfoUpdated( const TQString& contact, const UserDetails& details );
- void userOnline( const QString& userId );
- void userOffline( const QString& userID );
+ void userOnline( const TQString& userId );
+ void userOffline( const TQString& userID );
void loggedIn();
void requestShortInfo();
@@ -87,7 +87,7 @@ signals:
void haveInterestInfo( const ICQInterestInfo& );
private:
- bool cachedBuddyIcon( QByteArray hash );
+ bool cachedBuddyIcon( TQByteArray hash );
bool m_buddyIconDirty;
bool m_requestingNickname;
@@ -125,22 +125,22 @@ private slots:
void slotAuthReplyDialogOkClicked();
/** We have received an auth request */
- void slotGotAuthRequest( const QString& contact, const QString& reason );
+ void slotGotAuthRequest( const TQString& contact, const TQString& reason );
/** We have received an auth reply */
- void slotGotAuthReply( const QString& contact, const QString& reason, bool granted );
+ void slotGotAuthReply( const TQString& contact, const TQString& reason, bool granted );
void closeUserInfoDialog();
- void receivedLongInfo( const QString& contact );
- void receivedShortInfo( const QString& contact );
+ void receivedLongInfo( const TQString& contact );
+ void receivedShortInfo( const TQString& contact );
void changeContactEncoding();
void changeEncodingDialogClosed( int );
void requestBuddyIcon();
- void haveIcon( const QString&, QByteArray );
- void receivedStatusMessage( const QString &contact, const QString &message );
+ void haveIcon( const TQString&, TQByteArray );
+ void receivedStatusMessage( const TQString &contact, const TQString &message );
void receivedStatusMessage( const Oscar::Message &message );
//void slotCloseAwayMessageDialog();