summaryrefslogtreecommitdiffstats
path: root/src/primaryrealmwizard/primaryrealmwizard.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-23 11:08:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-25 12:57:16 +0900
commit40bf1527f358f54b6c24ff85961438b190bfa938 (patch)
treef5325141559e8d00c89445ae1efa099850e974ac /src/primaryrealmwizard/primaryrealmwizard.cpp
parent85d90a6024c30bf80b5cc69c938f4c6471f42fda (diff)
downloadkcmldapcontroller-40bf1527.tar.gz
kcmldapcontroller-40bf1527.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f2ce178ecfc91646c9c90226a777cc485440a3c2)
Diffstat (limited to 'src/primaryrealmwizard/primaryrealmwizard.cpp')
-rw-r--r--src/primaryrealmwizard/primaryrealmwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primaryrealmwizard/primaryrealmwizard.cpp b/src/primaryrealmwizard/primaryrealmwizard.cpp
index 5d4ce69..1d8310f 100644
--- a/src/primaryrealmwizard/primaryrealmwizard.cpp
+++ b/src/primaryrealmwizard/primaryrealmwizard.cpp
@@ -140,7 +140,7 @@ void PrimaryRealmWizard::next() {
m_realmconfig.bonded = false;
m_realmconfig.uid_offset = realmpage->txtUIDOffset->value();
m_realmconfig.gid_offset = realmpage->txtGIDOffset->value();
- m_realmconfig.domain_mappings = TQStringList::split("\n", realmpage->txtDomains->text(), FALSE);
+ m_realmconfig.domain_mappings = TQStringList::split("\n", realmpage->txtDomains->text(), false);
m_realmconfig.kdc = realmpage->txtKDC->text();
m_realmconfig.kdc_port = realmpage->txtKDCPort->value();
m_realmconfig.admin_server = realmpage->txtAdminServer->text();