summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:47:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-17 20:13:00 +0900
commit9795d15cda9fa26bfbd90321f774014537f9675b (patch)
treebf8891490cdfee593c7e28db0fbae55e68b162e4 /kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
parente1feb0d70ede96e4407bb091220561b099dc781f (diff)
downloadtdenetwork-9795d15c.tar.gz
tdenetwork-9795d15c.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6148e60759606fe8c1d7037956a38b9a4427e8b2)
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp')
-rw-r--r--kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
index 77955782..4e2c90ee 100644
--- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
+++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.cpp
@@ -106,7 +106,7 @@ MeanwhileEditAccountWidget::MeanwhileEditAccountWidget(
slotSetServer2Default();
}
- TQT_BASE_OBJECT_NAME::connect(btnServerDefaults, TQT_SIGNAL(clicked()),
+ TQObject::connect(btnServerDefaults, TQT_SIGNAL(clicked()),
TQT_SLOT(slotSetServer2Default()));
show();