diff options
Diffstat (limited to 'kshisen/main.cpp')
-rw-r--r-- | kshisen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 00bff799..db5d96d8 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDEApplication a; - KGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); App *app = new App(); app->show(); |