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-23 11:08:59 +0900
commitf2ce178ecfc91646c9c90226a777cc485440a3c2 (patch)
tree5314ec9985c7ac15968b8b8a373a659b3efe5473 /src/primaryrealmwizard/primaryrealmwizard.cpp
parentb3512ab878323f7cd86907cbe24600cbb2b4feaf (diff)
downloadkcmldapcontroller-f2ce178ecfc91646c9c90226a777cc485440a3c2.tar.gz
kcmldapcontroller-f2ce178ecfc91646c9c90226a777cc485440a3c2.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 f3ca29f..d878a92 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();