summaryrefslogtreecommitdiffstats
path: root/kmouth/wordcompletion/dictionarycreationwizard.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:11:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:11:52 -0600
commit98259239efc400e2e736f065f6790567df818c2e (patch)
tree6cfac3209bf98a28f0a037323805a8d39d298aae /kmouth/wordcompletion/dictionarycreationwizard.cpp
parentab53bd0c4c1b842b7b08a6cd2152e8f3c2fb9c1f (diff)
downloadtdeaccessibility-98259239efc400e2e736f065f6790567df818c2e.tar.gz
tdeaccessibility-98259239efc400e2e736f065f6790567df818c2e.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kmouth/wordcompletion/dictionarycreationwizard.cpp')
-rw-r--r--kmouth/wordcompletion/dictionarycreationwizard.cpp2
1 files changed, 1 insertions, 1 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();