diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 10:57:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 10:57:32 +0900 |
commit | bb971b32dbc6b350dbb2bee490af9da36a2e2685 (patch) | |
tree | 67c8c40221013b1072005b0b3d275c95a4fec73d /src/multimasterreplicationconfigdlg.cpp | |
parent | 36f10e326bf0b81f999c5ae730453f526e902baa (diff) | |
download | kcmldapcontroller-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.cpp | 2 |
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); |