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