summaryrefslogtreecommitdiffstats
path: root/libkdegames
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 /libkdegames
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'libkdegames')
-rw-r--r--libkdegames/Makefile.am10
-rw-r--r--libkdegames/README8
-rw-r--r--libkdegames/carddecks/README2
-rw-r--r--libkdegames/highscore/INSTALL2
-rw-r--r--libkdegames/kcarddialog.cpp2
-rw-r--r--libkdegames/kgame/Makefile.am4
-rw-r--r--libkdegames/kgame/dialogs/Makefile.am4
-rw-r--r--libkdegames/kgame/libkdegames.html4
-rw-r--r--libkdegames/kgame/messages.txt2
9 files changed, 19 insertions, 19 deletions
diff --git a/libkdegames/Makefile.am b/libkdegames/Makefile.am
index 89477c44..aedac6ae 100644
--- a/libkdegames/Makefile.am
+++ b/libkdegames/Makefile.am
@@ -1,10 +1,10 @@
-lib_LTLIBRARIES = libkdegames.la
-libkdegames_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 3:0:2
-libkdegames_la_LIBADD = highscore/libkhighscore.la kgame/libkgame.la kgame/dialogs/libkgamedialogs.la \
+lib_LTLIBRARIES = libtdegames.la
+libtdegames_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -version-info 3:0:2
+libtdegames_la_LIBADD = highscore/libkhighscore.la kgame/libkgame.la kgame/dialogs/libkgamedialogs.la \
$(LIB_KSYCOCA) $(LIB_KDNSSD)
-libkdegames_la_SOURCES = kcarddialog.cpp kstdgameaction.cpp \
+libtdegames_la_SOURCES = kcarddialog.cpp kstdgameaction.cpp \
kgamemisc.cpp kchatbase.cpp kchat.cpp \
kchatdialog.cpp kgameprogress.cpp \
kcanvasrootpixmap.cpp kgamelcd.cpp
@@ -18,6 +18,6 @@ METASOURCES = AUTO
SUBDIRS = carddecks highscore kgame pics
messages:
- $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libkdegames.pot
+ $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdegames.pot
include ../admin/Doxyfile.am
diff --git a/libkdegames/README b/libkdegames/README
index fae0e7ee..ee7e8eb0 100644
--- a/libkdegames/README
+++ b/libkdegames/README
@@ -3,7 +3,7 @@ It is a collection of functions used by some games or which
are useful for other games.
Packagers note: it is recommended to put the directory "carddecks" into a separate
-package, as not all games using libkdegames use the carddecks as well.
+package, as not all games using libtdegames use the carddecks as well.
Contents:
kcarddialog: Access to carddeck selection and administration
@@ -18,8 +18,8 @@ Contents:
kgame: this is a complete network/game handling library. it constists of a lot
of classes which are explained in the kgame docu (as soon as it is
written)
-if you use libkdegames in your game please also add
-KGlobal::locale()->insertCatalogue("libkdegames");
+if you use libtdegames in your game please also add
+KGlobal::locale()->insertCatalogue("libtdegames");
to main()
-This will add libkdegames.pot to your game and therefore all libkdegames
+This will add libtdegames.pot to your game and therefore all libtdegames
strings get translated.
diff --git a/libkdegames/carddecks/README b/libkdegames/carddecks/README
index 9beb8a87..bfac9f0d 100644
--- a/libkdegames/carddecks/README
+++ b/libkdegames/carddecks/README
@@ -8,5 +8,5 @@ cards1,cards2,cards3,... where each directory contains 52
PNG images of the cards labels 1.png,2.png,...52.png
Access to these cards works by using the kcardialog library
-in libkdegames. See for documentation there.
+in libtdegames. See for documentation there.
diff --git a/libkdegames/highscore/INSTALL b/libkdegames/highscore/INSTALL
index a16fa57d..5f9116cf 100644
--- a/libkdegames/highscore/INSTALL
+++ b/libkdegames/highscore/INSTALL
@@ -1,5 +1,5 @@
Installation notes for the highscore files ; this is only relevant if you
-configured libkdegames with option --enable-highscore-dir=DIR (usually DIR is
+configured libtdegames with option --enable-highscore-dir=DIR (usually DIR is
/var/games) for using system-wide highscore files.
For each game using the highscore system :
diff --git a/libkdegames/kcarddialog.cpp b/libkdegames/kcarddialog.cpp
index 9317c2a7..fc73de22 100644
--- a/libkdegames/kcarddialog.cpp
+++ b/libkdegames/kcarddialog.cpp
@@ -801,7 +801,7 @@ void KCardDialog::init()
return;
KGlobal::dirs()->addResourceType("cards", KStandardDirs::kde_default("data") + TQString::tqfromLatin1("carddecks/"));
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
_inited = true;
}
diff --git a/libkdegames/kgame/Makefile.am b/libkdegames/kgame/Makefile.am
index e0117780..f49bc653 100644
--- a/libkdegames/kgame/Makefile.am
+++ b/libkdegames/kgame/Makefile.am
@@ -19,11 +19,11 @@ libkgame_la_SOURCES = $(KMESSAGE) $(KGAME)
libkgameinclude_HEADERS = $(KMESSAGE_H) $(KGAME_H)
-INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes)
METASOURCES = AUTO
SUBDIRS = . dialogs
messages:
-# $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libkdegames.pot
+# $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdegames.pot
diff --git a/libkdegames/kgame/dialogs/Makefile.am b/libkdegames/kgame/dialogs/Makefile.am
index 1b9de53c..f3c1adbe 100644
--- a/libkdegames/kgame/dialogs/Makefile.am
+++ b/libkdegames/kgame/dialogs/Makefile.am
@@ -9,9 +9,9 @@ libkgamedialogs_la_SOURCES = kgamedialog.cpp kgameconnectdialog.cpp kgameerrordi
libkgamedialogsincludedir=$(includedir)/kgame
libkgamedialogsinclude_HEADERS = kgamedialog.h kgameconnectdialog.h kgameerrordialog.h kgamedebugdialog.h kgamedialogconfig.h
-INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/kgame $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/kgame $(all_includes)
METASOURCES = AUTO
messages:
-# $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libkdegames.pot
+# $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdegames.pot
diff --git a/libkdegames/kgame/libkdegames.html b/libkdegames/kgame/libkdegames.html
index 66206c47..8f189e60 100644
--- a/libkdegames/kgame/libkdegames.html
+++ b/libkdegames/kgame/libkdegames.html
@@ -1,11 +1,11 @@
<html>
<head>
- <title>Documentation for libkdegames</title>
+ <title>Documentation for libtdegames</title>
<meta content="">
<style></style>
</head>
<body>
- <H1>Documentation for the classes in libkdegames</H1>
+ <H1>Documentation for the classes in libtdegames</H1>
<!-------------------------------------------------------------------------------->
<H3>Design Principles</H3>
The library <em>kdegames</em> contains a collection of classes that can be used
diff --git a/libkdegames/kgame/messages.txt b/libkdegames/kgame/messages.txt
index a2b58880..c42d2d91 100644
--- a/libkdegames/kgame/messages.txt
+++ b/libkdegames/kgame/messages.txt
@@ -1,4 +1,4 @@
-Message formats of libkdegames:
+Message formats of libtdegames:
-------------------------------
There are two different communication layers, using their own protocols: