summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/conferencetask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/conferencetask.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/conferencetask.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/conferencetask.h b/kopete/protocols/yahoo/libkyahoo/conferencetask.h
index f8a101c5..5f027c0f 100644
--- a/kopete/protocols/yahoo/libkyahoo/conferencetask.h
+++ b/kopete/protocols/yahoo/libkyahoo/conferencetask.h
@@ -34,18 +34,18 @@ public:
bool take(Transfer *transfer);
bool forMe( const Transfer* transfer ) const;
- void joinConference( const QString &room, const QStringList &members );
- void declineConference( const QString &room, const QStringList &members, const QString &msg );
- void leaveConference( const QString &room, const QStringList &members );
- void sendMessage( const QString &room, const QStringList &members, const QString &msg );
- void inviteConference( const QString &room, const QStringList &members, const QString &msg );
- void addInvite( const QString &room, const QStringList &who, const QStringList &members, const QString &msg );
+ void joinConference( const TQString &room, const TQStringList &members );
+ void declineConference( const TQString &room, const TQStringList &members, const TQString &msg );
+ void leaveConference( const TQString &room, const TQStringList &members );
+ void sendMessage( const TQString &room, const TQStringList &members, const TQString &msg );
+ void inviteConference( const TQString &room, const TQStringList &members, const TQString &msg );
+ void addInvite( const TQString &room, const TQStringList &who, const TQStringList &members, const TQString &msg );
signals:
- void gotInvite( const QString &who, const QString &room, const QString &msg, const QStringList &members);
- void gotMessage( const QString &who, const QString &room, const QString &msg );
- void userJoined( const QString &who, const QString &room );
- void userLeft( const QString &who, const QString &room );
- void userDeclined( const QString &who, const QString &room, const QString &msg );
+ void gotInvite( const TQString &who, const TQString &room, const TQString &msg, const TQStringList &members);
+ void gotMessage( const TQString &who, const TQString &room, const TQString &msg );
+ void userJoined( const TQString &who, const TQString &room );
+ void userLeft( const TQString &who, const TQString &room );
+ void userDeclined( const TQString &who, const TQString &room, const TQString &msg );
private:
void parseInvitation( YMSGTransfer *transfer );
void parseMessage( YMSGTransfer *transfer );