diff options
Diffstat (limited to 'kopete/protocols/sms/smsaddcontactpage.h')
-rw-r--r-- | kopete/protocols/sms/smsaddcontactpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/sms/smsaddcontactpage.h b/kopete/protocols/sms/smsaddcontactpage.h index 6f6f4290..4c4899d9 100644 --- a/kopete/protocols/sms/smsaddcontactpage.h +++ b/kopete/protocols/sms/smsaddcontactpage.h @@ -26,8 +26,9 @@ class SMSProtocol; class SMSAddContactPage : public AddContactPage { Q_OBJECT + TQ_OBJECT public: - SMSAddContactPage(TQWidget *parent=0, const char *name=0); + SMSAddContactPage(TQWidget *tqparent=0, const char *name=0); ~SMSAddContactPage(); smsAddUI *smsdata; virtual bool validateData(); |