summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/aim/aimjoinchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/aim/aimjoinchat.h')
-rw-r--r--kopete/protocols/oscar/aim/aimjoinchat.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/protocols/oscar/aim/aimjoinchat.h b/kopete/protocols/oscar/aim/aimjoinchat.h
index dc74a8a9..a6e493d4 100644
--- a/kopete/protocols/oscar/aim/aimjoinchat.h
+++ b/kopete/protocols/oscar/aim/aimjoinchat.h
@@ -31,15 +31,15 @@ class AIMJoinChatUI : public KDialogBase
{
Q_OBJECT
public:
- AIMJoinChatUI( AIMAccount*, bool modal, QWidget* parent = 0,
+ AIMJoinChatUI( AIMAccount*, bool modal, TQWidget* parent = 0,
const char* name = 0 );
~AIMJoinChatUI();
- void setExchangeList( const QValueList<int>& );
- QValueList<int> exchangeList() const;
+ void setExchangeList( const TQValueList<int>& );
+ TQValueList<int> exchangeList() const;
- QString roomName() const;
- QString exchange() const;
+ TQString roomName() const;
+ TQString exchange() const;
protected slots:
@@ -52,9 +52,9 @@ signals:
private:
AIMJoinChatBase* m_joinUI;
AIMAccount* m_account;
- QValueList<int> m_exchanges;
- QString m_roomName;
- QString m_exchange;
+ TQValueList<int> m_exchanges;
+ TQString m_roomName;
+ TQString m_exchange;
};