summaryrefslogtreecommitdiffstats
path: root/kjumpingcube
diff options
context:
space:
mode:
Diffstat (limited to 'kjumpingcube')
-rw-r--r--kjumpingcube/Makefile.am2
-rw-r--r--kjumpingcube/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kjumpingcube/Makefile.am b/kjumpingcube/Makefile.am
index 18df6dc6..b6ae1ff7 100644
--- a/kjumpingcube/Makefile.am
+++ b/kjumpingcube/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
METASOURCES = AUTO
KDE_ICON = kjumpingcube
diff --git a/kjumpingcube/main.cpp b/kjumpingcube/main.cpp
index eda42342..b48c53a8 100644
--- a/kjumpingcube/main.cpp
+++ b/kjumpingcube/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");
// All session management is handled in the RESTORE macro
if (app.isRestored())