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