summaryrefslogtreecommitdiffstats
path: root/ksnake/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-05 21:46:22 -0500
committerTimothy Pearson <[email protected]>2011-11-05 21:46:22 -0500
commit898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch)
treeaedc02ad7983269381be9fc3ecf399321aabecea /ksnake/main.cpp
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
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 0ff21c66..abdafd73 100644
--- a/ksnake/main.cpp
+++ b/ksnake/main.cpp
@@ -44,7 +44,7 @@ int main( int argc, char **argv )
KCmdLineArgs::init( argc, argv, &aboutData );
KApplication app;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
Game *ksnake = new Game();
app.setMainWidget( ksnake );