From db3cbd38c674eae9a68ef1e1edf1508063b47a96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:06:55 -0600 Subject: [PATCH] Rename KLocale to enhance compatibility with KDE4 --- systemsettings/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),