diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:11:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:11:52 -0600 |
commit | 98259239efc400e2e736f065f6790567df818c2e (patch) | |
tree | 6cfac3209bf98a28f0a037323805a8d39d298aae /kmouth/wordcompletion/klanguagebuttonhelper.cpp | |
parent | ab53bd0c4c1b842b7b08a6cd2152e8f3c2fb9c1f (diff) | |
download | tdeaccessibility-98259239efc400e2e736f065f6790567df818c2e.tar.gz tdeaccessibility-98259239efc400e2e736f065f6790567df818c2e.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kmouth/wordcompletion/klanguagebuttonhelper.cpp')
-rw-r--r-- | kmouth/wordcompletion/klanguagebuttonhelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |