summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc/ircaddcontactpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/irc/ircaddcontactpage.h')
-rw-r--r--kopete/protocols/irc/ircaddcontactpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/irc/ircaddcontactpage.h b/kopete/protocols/irc/ircaddcontactpage.h
index c6b897ff..8f5a0bec 100644
--- a/kopete/protocols/irc/ircaddcontactpage.h
+++ b/kopete/protocols/irc/ircaddcontactpage.h
@@ -33,7 +33,7 @@ class IRCAddContactPage : public AddContactPage
{
Q_OBJECT
public:
- IRCAddContactPage(QWidget *parent=0, IRCAccount* account = 0);
+ IRCAddContactPage(TQWidget *parent=0, IRCAccount* account = 0);
~IRCAddContactPage();
ircAddUI *ircdata;
@@ -42,8 +42,8 @@ public slots:
private slots:
virtual bool validateData();
- void slotChannelSelected( const QString &channel );
- void slotChannelDoubleClicked( const QString &channel );
+ void slotChannelSelected( const TQString &channel );
+ void slotChannelDoubleClicked( const TQString &channel );
private:
IRCAccount *mAccount;
ChannelList *mSearch;