diff options
Diffstat (limited to 'kmouth/wordcompletion/dictionarycreationwizard.cpp')
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index 1346722..bb35713 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -256,8 +256,8 @@ TQString DictionaryCreationWizard::language() { return mergeWidget->language(); } else if (creationSource->emptyButton->isChecked()) { - if (KGlobal::locale()) - return KGlobal::locale()->language(); + if (TDEGlobal::locale()) + return TDEGlobal::locale()->language(); else return KLocale::defaultLanguage(); } |