diff options
Diffstat (limited to 'libkdegames')
-rw-r--r-- | libkdegames/README | 2 | ||||
-rw-r--r-- | libkdegames/kchatbase.cpp | 2 | ||||
-rw-r--r-- | libkdegames/kgame/libkdegames.html | 2 | ||||
-rw-r--r-- | libkdegames/kstdgameaction.h | 2 | ||||
-rw-r--r-- | libkdegames/pics/Makefile.am | 2 |
5 files changed, 5 insertions, 5 deletions
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 @@ <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 + The library <em>tdegames</em> 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:<P> 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 |