summaryrefslogtreecommitdiffstats
path: root/kmouth
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth')
-rw-r--r--kmouth/wordcompletion/dictionarycreationwizard.cpp2
-rw-r--r--kmouth/wordcompletion/klanguagebuttonhelper.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp
index 997e5d3..7adbb72 100644
--- a/kmouth/wordcompletion/dictionarycreationwizard.cpp
+++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp
@@ -259,7 +259,7 @@ TQString DictionaryCreationWizard::language() {
if (TDEGlobal::locale())
return TDEGlobal::locale()->language();
else
- return KLocale::defaultLanguage();
+ return TDELocale::defaultLanguage();
}
else if (creationSource->fileButton->isChecked()) {
return fileWidget->languageButton->currentTag();
diff --git a/kmouth/wordcompletion/klanguagebuttonhelper.cpp b/kmouth/wordcompletion/klanguagebuttonhelper.cpp
index 0698b43..5d00ff0 100644
--- a/kmouth/wordcompletion/klanguagebuttonhelper.cpp
+++ b/kmouth/wordcompletion/klanguagebuttonhelper.cpp
@@ -60,5 +60,5 @@ void loadLanguageList(KLanguageButton *combo)
if (TDEGlobal::locale())
combo->setCurrentItem (TDEGlobal::locale()->language());
else
- combo->setCurrentItem (KLocale::defaultLanguage());
+ combo->setCurrentItem (TDELocale::defaultLanguage());
}