summaryrefslogtreecommitdiffstats
path: root/ktuberling
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:22 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:22 -0500
commit898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch)
treeaedc02ad7983269381be9fc3ecf399321aabecea /ktuberling
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'ktuberling')
-rw-r--r--ktuberling/Makefile.am2
-rw-r--r--ktuberling/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ktuberling/Makefile.am b/ktuberling/Makefile.am
index 64bedd78..aa203f35 100644
--- a/ktuberling/Makefile.am
+++ b/ktuberling/Makefile.am
@@ -11,7 +11,7 @@
# kde_toolbardir Where general toolbar icons should go to.
# kde_wallpaperdir Where general wallpapers should go to.
-INCLUDES= -I$(top_srcdir)/libkdegames $(all_includes)
+INCLUDES= -I$(top_srcdir)/libtdegames $(all_includes)
SUBDIRS = . museum sounds pics
bin_PROGRAMS = ktuberling
diff --git a/ktuberling/main.cpp b/ktuberling/main.cpp
index 5e508e66..2b44867a 100644
--- a/ktuberling/main.cpp
+++ b/ktuberling/main.cpp
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
KCmdLineArgs::addCmdLineOptions(options);
KApplication app;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
KImageIO::registerFormats();
TopLevel *toplevel=0;