diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 10:57:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 21:16:06 +0900 |
| commit | 446b4aaf79cec4331bffdbdb25e816987123a920 (patch) | |
| tree | a803318219a543cbecb0961e85a37107c915ff91 /src/serviceconfigdlg.cpp | |
| parent | d6b06a9d7d9a0bf7fac1b97c8936a56bf5179d62 (diff) | |
| download | kcmldapmanager-446b4aaf79cec4331bffdbdb25e816987123a920.tar.gz kcmldapmanager-446b4aaf79cec4331bffdbdb25e816987123a920.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4eb49b046d0900717ab5636e0d82d2769ca0e804)
Diffstat (limited to 'src/serviceconfigdlg.cpp')
| -rw-r--r-- | src/serviceconfigdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serviceconfigdlg.cpp b/src/serviceconfigdlg.cpp index f649988..c3715c3 100644 --- a/src/serviceconfigdlg.cpp +++ b/src/serviceconfigdlg.cpp @@ -56,7 +56,7 @@ ServiceConfigDialog::ServiceConfigDialog(LDAPServiceInfo service, LDAPConfig* pa m_base->detailsIcon->setPixmap(SmallIcon("kcmsystem.png")); - connect(m_base->serviceName, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(processLockouts())); + connect(m_base->serviceName, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(processLockouts())); // Update fields m_base->serviceName->setText(m_service.name); |
