summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/winpopup/wpaddcontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/winpopup/wpaddcontact.h')
-rw-r--r--kopete/protocols/winpopup/wpaddcontact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/winpopup/wpaddcontact.h b/kopete/protocols/winpopup/wpaddcontact.h
index 4d593cba..156e7db9 100644
--- a/kopete/protocols/winpopup/wpaddcontact.h
+++ b/kopete/protocols/winpopup/wpaddcontact.h
@@ -40,7 +40,7 @@ private:
WPAddContactBase *theDialog;
public:
- WPAddContact(QWidget *parent, WPAccount *newAccount, const char *name = 0);
+ WPAddContact(TQWidget *parent, WPAccount *newAccount, const char *name = 0);
~WPAddContact();
virtual bool validateData();
@@ -48,7 +48,7 @@ public:
public slots:
virtual bool apply(Kopete::Account *theAccount, Kopete::MetaContact *theMetaContact);
- void slotSelected(const QString &Group);
+ void slotSelected(const TQString &Group);
void slotUpdateGroups();
};