diff options
Diffstat (limited to 'ktron/main.cpp')
-rw-r--r-- | ktron/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktron/main.cpp b/ktron/main.cpp index 24f48305..f86bd398 100644 --- a/ktron/main.cpp +++ b/ktron/main.cpp @@ -41,7 +41,7 @@ int main(int argc, char* argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDEApplication a; - KGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); // used for loading background pixmaps KImageIO::registerFormats(); |