diff options
Diffstat (limited to 'kopete/protocols/sms/smsaddcontactpage.cpp')
-rw-r--r-- | kopete/protocols/sms/smsaddcontactpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/sms/smsaddcontactpage.cpp b/kopete/protocols/sms/smsaddcontactpage.cpp index c18e5866..a1be6890 100644 --- a/kopete/protocols/sms/smsaddcontactpage.cpp +++ b/kopete/protocols/sms/smsaddcontactpage.cpp @@ -22,8 +22,8 @@ -SMSAddContactPage::SMSAddContactPage(TQWidget *parent, const char *name ) - : AddContactPage(parent,name) +SMSAddContactPage::SMSAddContactPage(TQWidget *tqparent, const char *name ) + : AddContactPage(tqparent,name) { (new TQVBoxLayout(this))->setAutoAdd(true); smsdata = new smsAddUI(this); |