diff options
author | Michele Calgaro <[email protected]> | 2024-01-02 10:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-02 10:57:42 +0900 |
commit | 4eb49b046d0900717ab5636e0d82d2769ca0e804 (patch) | |
tree | a803318219a543cbecb0961e85a37107c915ff91 /src/serviceconfigdlg.cpp | |
parent | 9f35b28c35b8642346a361b8e76678863613e58a (diff) | |
download | kcmldapmanager-4eb49b046d0900717ab5636e0d82d2769ca0e804.tar.gz kcmldapmanager-4eb49b046d0900717ab5636e0d82d2769ca0e804.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
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); |