summaryrefslogtreecommitdiffstats
path: root/ksnake/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/main.cpp')
-rw-r--r--ksnake/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/main.cpp b/ksnake/main.cpp
index b70a8a5a..ae4f9098 100644
--- a/ksnake/main.cpp
+++ b/ksnake/main.cpp
@@ -44,7 +44,7 @@ int main( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
TDEApplication app;
- KGlobal::locale()->insertCatalogue("libtdegames");
+ TDEGlobal::locale()->insertCatalogue("libtdegames");
Game *ksnake = new Game();
app.setMainWidget( ksnake );