summaryrefslogtreecommitdiffstats
path: root/kbounce
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 /kbounce
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'kbounce')
-rw-r--r--kbounce/Makefile.am4
-rw-r--r--kbounce/main.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/kbounce/Makefile.am b/kbounce/Makefile.am
index d0502def..19bebdbc 100644
--- a/kbounce/Makefile.am
+++ b/kbounce/Makefile.am
@@ -6,7 +6,7 @@ endif
SUBDIRS = pics sounds
-INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
METASOURCES = AUTO
KDE_CXXFLAGS = $(KDE_USE_FPIE)
@@ -40,7 +40,7 @@ install-data-local:
echo "" ;\
echo "If the system-wide highscore file does not exist, it is" ;\
echo "created with the correct ownership and permissions. See the" ;\
- echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." ;\
+ echo "INSTALL file in \"kdegames/libtdegames/highscore\" for details." ;\
echo "" ;\
echo "********************************************************" ;\
fi
diff --git a/kbounce/main.cpp b/kbounce/main.cpp
index 41ed3a7b..8fe444a2 100644
--- a/kbounce/main.cpp
+++ b/kbounce/main.cpp
@@ -54,7 +54,7 @@ int main(int argc, char **argv)
TQApplication::setColorSpec(TQApplication::ManyColor);
KApplication a;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
ExtManager manager;