summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/yahooconferencemessagemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/yahooconferencemessagemanager.h')
-rw-r--r--kopete/protocols/yahoo/yahooconferencemessagemanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/yahoo/yahooconferencemessagemanager.h b/kopete/protocols/yahoo/yahooconferencemessagemanager.h
index 60771fab..086d229a 100644
--- a/kopete/protocols/yahoo/yahooconferencemessagemanager.h
+++ b/kopete/protocols/yahoo/yahooconferencemessagemanager.h
@@ -34,12 +34,12 @@ class YahooConferenceChatSession : public Kopete::ChatSession
Q_OBJECT
public:
- YahooConferenceChatSession( const QString &m_yahooRoom, Kopete::Protocol *protocol, const Kopete::Contact *user, Kopete::ContactPtrList others, const char *name = 0 );
+ YahooConferenceChatSession( const TQString &m_yahooRoom, Kopete::Protocol *protocol, const Kopete::Contact *user, Kopete::ContactPtrList others, const char *name = 0 );
~YahooConferenceChatSession();
void joined( YahooContact *c );
void left( YahooContact *c );
- const QString &room();
+ const TQString &room();
YahooAccount *account();
signals:
void leavingConference( YahooConferenceChatSession *s );
@@ -47,7 +47,7 @@ protected slots:
void slotMessageSent( Kopete::Message &message, Kopete::ChatSession * );
void slotInviteOthers();
private:
- QString m_yahooRoom;
+ TQString m_yahooRoom;
KAction *m_actionInvite;
};