summaryrefslogtreecommitdiffstats
path: root/src/multimasterreplicationconfigdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 10:57:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 10:57:32 +0900
commitbb971b32dbc6b350dbb2bee490af9da36a2e2685 (patch)
tree67c8c40221013b1072005b0b3d275c95a4fec73d /src/multimasterreplicationconfigdlg.cpp
parent36f10e326bf0b81f999c5ae730453f526e902baa (diff)
downloadkcmldapcontroller-bb971b32dbc6b350dbb2bee490af9da36a2e2685.tar.gz
kcmldapcontroller-bb971b32dbc6b350dbb2bee490af9da36a2e2685.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/multimasterreplicationconfigdlg.cpp')
-rw-r--r--src/multimasterreplicationconfigdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimasterreplicationconfigdlg.cpp b/src/multimasterreplicationconfigdlg.cpp
index 6289b7b..84535d2 100644
--- a/src/multimasterreplicationconfigdlg.cpp
+++ b/src/multimasterreplicationconfigdlg.cpp
@@ -48,7 +48,7 @@ MultiMasterReplicationConfigDialog::MultiMasterReplicationConfigDialog(LDAPMaste
m_base->realmNameLabel->setText("."+realmName.lower());
- connect(m_base->masterName, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(processLockouts()));
+ connect(m_base->masterName, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(processLockouts()));
m_base->masterUID->setValue(m_replicationProperties.id);