summaryrefslogtreecommitdiffstats
path: root/src/primaryrealmwizard/realmfinishpage.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 21:15:36 +0900
commite385027b347358911f4e1d982f8a6ac3a5b98fca (patch)
tree67c8c40221013b1072005b0b3d275c95a4fec73d /src/primaryrealmwizard/realmfinishpage.cpp
parent9e149d4b106e90d95bf88baaa2707bbf11a6fb93 (diff)
downloadkcmldapcontroller-e385027b.tar.gz
kcmldapcontroller-e385027b.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bb971b32dbc6b350dbb2bee490af9da36a2e2685)
Diffstat (limited to 'src/primaryrealmwizard/realmfinishpage.cpp')
-rw-r--r--src/primaryrealmwizard/realmfinishpage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/primaryrealmwizard/realmfinishpage.cpp b/src/primaryrealmwizard/realmfinishpage.cpp
index 3c74ca1..40fa257 100644
--- a/src/primaryrealmwizard/realmfinishpage.cpp
+++ b/src/primaryrealmwizard/realmfinishpage.cpp
@@ -42,10 +42,10 @@ PrimaryRealmFinishPage::PrimaryRealmFinishPage(TQWidget *parent, const char *nam
px_introSidebar->setPixmap(UserIcon("kcmldapcontroller_step4.png"));
- connect(ldapAdminUsername, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries()));
- connect(ldapAdminGroupname, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries()));
- connect(ldapMachineAdminGroupname, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries()));
- connect(ldapStandardUserGroupname, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries()));
+ connect(ldapAdminUsername, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(validateEntries()));
+ connect(ldapAdminGroupname, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(validateEntries()));
+ connect(ldapMachineAdminGroupname, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(validateEntries()));
+ connect(ldapStandardUserGroupname, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(validateEntries()));
m_parentWizard = dynamic_cast<KWizard*>(parent);
m_parentDialog = dynamic_cast<KDialogBase*>(parent);