summaryrefslogtreecommitdiffstats
path: root/src/realmpropertiesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/realmpropertiesdialog.cpp')
-rw-r--r--src/realmpropertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/realmpropertiesdialog.cpp b/src/realmpropertiesdialog.cpp
index ce6ebed..4591d9e 100644
--- a/src/realmpropertiesdialog.cpp
+++ b/src/realmpropertiesdialog.cpp
@@ -70,7 +70,7 @@ void RealmPropertiesDialog::slotOk() {
realm.name = m_base->txtRealmName->text();
realm.uid_offset = m_base->txtUIDOffset->value();
realm.gid_offset = m_base->txtGIDOffset->value();
- realm.domain_mappings = TQStringList::split("\n", m_base->txtDomains->text(), FALSE);
+ realm.domain_mappings = TQStringList::split("\n", m_base->txtDomains->text(), false);
realm.kdc = m_base->txtKDC->text();
realm.kdc_port = m_base->txtKDCPort->value();
realm.admin_server = m_base->txtAdminServer->text();