diff options
Diffstat (limited to 'kweather/reportmain.cpp')
-rw-r--r-- | kweather/reportmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp index 45f08fd..7f1081b 100644 --- a/kweather/reportmain.cpp +++ b/kweather/reportmain.cpp @@ -25,7 +25,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) aboutData.addAuthor("Nadeem Hasan", I18N_NOOP("Developer"), "nhasan@kde.org"); - KGlobal::locale()->setMainCatalogue( "kweather" ); + TDEGlobal::locale()->setMainCatalogue( "kweather" ); TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); |