summaryrefslogtreecommitdiffstats
path: root/libkdegames/README
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/README
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'libkdegames/README')
-rw-r--r--libkdegames/README8
1 files changed, 4 insertions, 4 deletions
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.