summaryrefslogtreecommitdiffstats
path: root/kcontrol/spellchecking
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/spellchecking')
-rw-r--r--kcontrol/spellchecking/spellchecking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/spellchecking/spellchecking.cpp b/kcontrol/spellchecking/spellchecking.cpp
index 5b08f56cf..6816cd6c2 100644
--- a/kcontrol/spellchecking/spellchecking.cpp
+++ b/kcontrol/spellchecking/spellchecking.cpp
@@ -66,7 +66,7 @@ void KSpellCheckingConfig::defaults()
spellConfig->setNoRootAffix(0);
spellConfig->setRunTogether(0);
spellConfig->setDictionary("");
- spellConfig->setDictFromList(FALSE);
+ spellConfig->setDictFromList(false);
spellConfig->setEncoding (KS_E_UTF8);
spellConfig->setClient (KS_CLIENT_ISPELL);
}