From 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:30:28 -0600 Subject: Additional kde to tde renaming --- libkdegames/README | 2 +- libkdegames/kchatbase.cpp | 2 +- libkdegames/kgame/libkdegames.html | 2 +- libkdegames/kstdgameaction.h | 2 +- libkdegames/pics/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libkdegames') diff --git a/libkdegames/README b/libkdegames/README index ee7e8eb0..b96c1772 100644 --- a/libkdegames/README +++ b/libkdegames/README @@ -1,4 +1,4 @@ -This directory contains the library for the kdegames packege. +This directory contains the library for the tdegames packege. It is a collection of functions used by some games or which are useful for other games. diff --git a/libkdegames/kchatbase.cpp b/libkdegames/kchatbase.cpp index 59babb5d..14f74103 100644 --- a/libkdegames/kchatbase.cpp +++ b/libkdegames/kchatbase.cpp @@ -364,7 +364,7 @@ TQListBoxItem* KChatBase::layoutMessage(const TQString& fromName, const TQString if (text.startsWith("/me ")) { // replace "/me" by a nice star. leave one space after the star TQPixmap pix; - pix.load(locate("data", TQString::tqfromLatin1("kdegames/pics/star.png"))); + pix.load(locate("data", TQString::tqfromLatin1("tdegames/pics/star.png"))); //TODO KChatBasePixmap? Should change the font here! diff --git a/libkdegames/kgame/libkdegames.html b/libkdegames/kgame/libkdegames.html index 8f189e60..a715a239 100644 --- a/libkdegames/kgame/libkdegames.html +++ b/libkdegames/kgame/libkdegames.html @@ -8,7 +8,7 @@

Documentation for the classes in libtdegames

Design Principles

- The library kdegames contains a collection of classes that can be used + The library tdegames contains a collection of classes that can be used to develop games using the KDE environment very easily. There are a few principles that were used when developing the library:

diff --git a/libkdegames/kstdgameaction.h b/libkdegames/kstdgameaction.h index 3ef24dc2..6d302050 100644 --- a/libkdegames/kstdgameaction.h +++ b/libkdegames/kstdgameaction.h @@ -16,7 +16,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -// this class was shamelessy stolen from kdelibs/kdeui/kstdction.[cpp|h] and +// this class was shamelessy stolen from kdelibs/tdeui/kstdction.[cpp|h] and // after that just edited for our needs #ifndef KSTDGAMEACTION_H #define KSTDGAMEACTION_H diff --git a/libkdegames/pics/Makefile.am b/libkdegames/pics/Makefile.am index 8f94956a..20350377 100644 --- a/libkdegames/pics/Makefile.am +++ b/libkdegames/pics/Makefile.am @@ -1,4 +1,4 @@ -picsdir = $(kde_datadir)/kdegames/pics +picsdir = $(kde_datadir)/tdegames/pics pics_DATA = star.png KDE_ICON = action-roll action-highscore action-endturn -- cgit v1.2.1