summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/ui/yahooinvitelistimpl.h')
-rw-r--r--kopete/protocols/yahoo/ui/yahooinvitelistimpl.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h b/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h
index 76577f36..94fa6402 100644
--- a/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h
+++ b/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h
@@ -18,7 +18,7 @@
#ifndef YAHOO_INVITE_LIST_IMPL
#define YAHOO_INVITE_LIST_IMPL
-#include <qwidget.h>
+#include <tqwidget.h>
#include "yahooinvitelistbase.h"
@@ -26,18 +26,18 @@ class YahooInviteListImpl : public YahooInviteListBase
{
Q_OBJECT
public:
- YahooInviteListImpl(QWidget *parent=0, const char *name=0);
+ YahooInviteListImpl(TQWidget *parent=0, const char *name=0);
~YahooInviteListImpl();
- void fillFriendList( const QStringList &buddies );
- void addInvitees( const QStringList &buddies );
- void removeInvitees( const QStringList &buddies );
- void setRoom( const QString &room );
- void addParticipant( const QString &participant );
+ void fillFriendList( const TQStringList &buddies );
+ void addInvitees( const TQStringList &buddies );
+ void removeInvitees( const TQStringList &buddies );
+ void setRoom( const TQString &room );
+ void addParticipant( const TQString &participant );
private:
signals:
- void readyToInvite( const QString &room, const QStringList &buddies, const QStringList &participants, const QString &msg );
+ void readyToInvite( const TQString &room, const TQStringList &buddies, const TQStringList &participants, const TQString &msg );
protected slots:
public slots:
@@ -49,10 +49,10 @@ public slots:
private:
void updateListBoxes();
- QStringList m_buddyList;
- QStringList m_inviteeList;
- QStringList m_participants;
- QString m_room;
+ TQStringList m_buddyList;
+ TQStringList m_inviteeList;
+ TQStringList m_participants;
+ TQString m_room;
};
#endif