summaryrefslogtreecommitdiffstats
path: root/src/primaryrealmwizard/realmfinishpage.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-02 10:57:32 +0900
committerMichele Calgaro <[email protected]>2024-01-02 10:57:32 +0900
commitbb971b32dbc6b350dbb2bee490af9da36a2e2685 (patch)
tree67c8c40221013b1072005b0b3d275c95a4fec73d /src/primaryrealmwizard/realmfinishpage.cpp
parent36f10e326bf0b81f999c5ae730453f526e902baa (diff)
downloadkcmldapcontroller-bb971b32dbc6b350dbb2bee490af9da36a2e2685.tar.gz
kcmldapcontroller-bb971b32dbc6b350dbb2bee490af9da36a2e2685.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
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);