summaryrefslogtreecommitdiffstats
path: root/kshisen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshisen/main.cpp')
-rw-r--r--kshisen/main.cpp2
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();