diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:06:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:06:55 -0600 |
commit | db3cbd38c674eae9a68ef1e1edf1508063b47a96 (patch) | |
tree | 25ab203b54b10bbf05da2a36c07caf8950e4a127 | |
parent | 2c456cf87536a80b93b2ce5d9e026ef196265eea (diff) | |
download | tde-systemsettings-db3cbd38c674eae9a68ef1e1edf1508063b47a96.tar.gz tde-systemsettings-db3cbd38c674eae9a68ef1e1edf1508063b47a96.zip |
Rename KLocale to enhance compatibility with KDE4
-rw-r--r-- | systemsettings/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 41576f2..99f248a 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -36,7 +36,7 @@ static KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KLocale::setMainCatalogue("systemsettings"); + TDELocale::setMainCatalogue("systemsettings"); // About data TDEAboutData aboutData("systemsettings", I18N_NOOP("System Settings"), SYSTEM_SETTINGS_VERSION, I18N_NOOP("System Settings"), |