summaryrefslogtreecommitdiffstats
path: root/kreversi
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 /kreversi
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'kreversi')
-rw-r--r--kreversi/ChangeLog4
-rw-r--r--kreversi/Makefile.am4
-rw-r--r--kreversi/main.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/kreversi/ChangeLog b/kreversi/ChangeLog
index ad743814..086e05bb 100644
--- a/kreversi/ChangeLog
+++ b/kreversi/ChangeLog
@@ -436,13 +436,13 @@
* main.cpp
* Position.h, Position.cpp
- Step 2 in the plan to use KGame from libkdegames:
+ Step 2 in the plan to use KGame from libtdegames:
* Code cleaning: Add some comments, reduce complexity, improve
indentation
* Add m_to_move to class Position.
- Step 1 in the plan to use KGame from libkdegames:
+ Step 1 in the plan to use KGame from libtdegames:
* Code cleaning: Change "enum Player" into "enum Color", since that
is really what it describes.
diff --git a/kreversi/Makefile.am b/kreversi/Makefile.am
index 36066f88..3124c5f2 100644
--- a/kreversi/Makefile.am
+++ b/kreversi/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
bin_PROGRAMS = kreversi
@@ -65,7 +65,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/kreversi/main.cpp b/kreversi/main.cpp
index 345e97da..90e11eae 100644
--- a/kreversi/main.cpp
+++ b/kreversi/main.cpp
@@ -67,7 +67,7 @@ int main(int argc, char **argv)
KCmdLineArgs::init( argc, argv, &aboutData );
KApplication a;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
// used for loading background pixmaps
KImageIO::registerFormats();