summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp')
-rw-r--r--kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
index 4e2c90ee..86650563 100644
--- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
+++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
@@ -106,8 +106,8 @@ MeanwhileEditAccountWidget::MeanwhileEditAccountWidget(
slotSetServer2Default();
}
- TQObject::connect(btnServerDefaults, TQT_SIGNAL(clicked()),
- TQT_SLOT(slotSetServer2Default()));
+ TQObject::connect(btnServerDefaults, TQ_SIGNAL(clicked()),
+ TQ_SLOT(slotSetServer2Default()));
show();
}