From 564b550458c854dfec4b90d583bea6d4dbcbc4e5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 23 Mar 2025 10:45:52 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit f7bc30bb4b99b08f1ebb0e1910ee156de6460300) --- src/bondwizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bondwizard.cpp') diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp index 757fa71..ad411b7 100644 --- a/src/bondwizard.cpp +++ b/src/bondwizard.cpp @@ -107,7 +107,7 @@ void BondWizard::next() { realm.bonded = false; realm.uid_offset = realmpage->txtUIDOffset->value(); realm.gid_offset = realmpage->txtGIDOffset->value(); - realm.domain_mappings = TQStringList::split("\n", realmpage->txtDomains->text(), FALSE); + realm.domain_mappings = TQStringList::split("\n", realmpage->txtDomains->text(), false); realm.kdc = realmpage->txtKDC->text(); realm.kdc_port = realmpage->txtKDCPort->value(); realm.admin_server = realmpage->txtAdminServer->text(); -- cgit v1.2.3