diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:50:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:50:05 -0600 |
commit | 2178da111f72dc574457d5242d120b4d10ea5edd (patch) | |
tree | 3f1a143f751c624ab24c35d67229121c98c7cefa /kweather/reportmain.cpp | |
parent | f39ce360454f118af0d94b215b83dbd950276ff7 (diff) | |
download | tdetoys-2178da111f72dc574457d5242d120b4d10ea5edd.tar.gz tdetoys-2178da111f72dc574457d5242d120b4d10ea5edd.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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"), - KGlobal::locale()->setMainCatalogue( "kweather" ); + TDEGlobal::locale()->setMainCatalogue( "kweather" ); TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); |