summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/msnaddcontactpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/msn/msnaddcontactpage.h')
-rw-r--r--kopete/protocols/msn/msnaddcontactpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/msn/msnaddcontactpage.h b/kopete/protocols/msn/msnaddcontactpage.h
index 4b51a15e..5d1fa2f0 100644
--- a/kopete/protocols/msn/msnaddcontactpage.h
+++ b/kopete/protocols/msn/msnaddcontactpage.h
@@ -15,8 +15,9 @@ class MSNProtocol;
class MSNAddContactPage : public AddContactPage
{
Q_OBJECT
+ TQ_OBJECT
public:
- MSNAddContactPage(bool connected, TQWidget *parent=0, const char *name=0);
+ MSNAddContactPage(bool connected, TQWidget *tqparent=0, const char *name=0);
~MSNAddContactPage();
msnAddUI *msndata;
TQLabel *noaddMsg1;