From 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:30:28 -0600 Subject: [PATCH] Additional kde to tde renaming --- ChangeLog | 2 +- README | 4 ++-- atlantik/INSTALL | 2 +- atlantik/README | 4 ++-- atlantik/README.KDE-3.0 | 2 +- atlantik/README.packaging | 2 +- atlantik/client/Makefile.am | 2 +- configure.in.in | 2 +- doc/atlantik/index.docbook | 6 +++--- doc/kasteroids/index.docbook | 2 +- doc/katomic/index.docbook | 4 ++-- doc/kbackgammon/index.docbook | 2 +- doc/kbattleship/index.docbook | 4 ++-- doc/kblackbox/index.docbook | 4 ++-- doc/kbounce/index.docbook | 4 ++-- doc/kenolaba/index.docbook | 2 +- doc/kfouleggs/index.docbook | 4 ++-- doc/kgoldrunner/index.docbook | 2 +- doc/kjumpingcube/index.docbook | 4 ++-- doc/klickety/index.docbook | 4 ++-- doc/klines/index.docbook | 4 ++-- doc/kmahjongg/index.docbook | 4 ++-- doc/kmines/index.docbook | 2 +- doc/kolf/index.docbook | 2 +- doc/konquest/index.docbook | 4 ++-- doc/kpat/index.docbook | 2 +- doc/kpoker/index.docbook | 4 ++-- doc/kreversi/index.docbook | 4 ++-- doc/ksame/index.docbook | 4 ++-- doc/kshisen/index.docbook | 4 ++-- doc/ksirtet/index.docbook | 2 +- doc/ksmiletris/index.docbook | 4 ++-- doc/ksnake/index.docbook | 2 +- doc/ksokoban/index.docbook | 4 ++-- doc/kspaceduel/index.docbook | 2 +- doc/ktron/index.docbook | 4 ++-- doc/ktuberling/index.docbook | 2 +- doc/kwin4/index.docbook | 4 ++-- doc/lskat/index.docbook | 4 ++-- kasteroids/ChangeLog | 2 +- kasteroids/Makefile.am | 2 +- katomic/Makefile.am | 2 +- kbackgammon/Makefile.am | 2 +- kbattleship/NEWS | 2 +- kbattleship/kbattleship/Makefile.am | 2 +- kbattleship/kbattleship/dialogs/Makefile.am | 2 +- kblackbox/Makefile.am | 2 +- kbounce/Makefile.am | 2 +- kdegames.lsm | 2 +- kenolaba/Makefile.am | 2 +- kfouleggs/Makefile.am | 2 +- kgoldrunner/src/Makefile.am | 2 +- kjumpingcube/Makefile.am | 2 +- kjumpingcube/main.cpp | 2 +- klickety/Makefile.am | 2 +- klines/Makefile.am | 2 +- klines/main.cpp | 2 +- kmahjongg/Makefile.am | 2 +- kmines/Makefile.am | 2 +- knetwalk/src/Makefile.am | 4 ++-- knetwalk/src/SConscript | 2 +- kolf/Makefile.am | 4 ++-- kolf/printdialogpage.h | 2 +- kolf/sounds/FROM | 2 +- konquest/Makefile.am | 2 +- kpat/Makefile.am | 2 +- kpat/pwidget.cpp | 2 +- kpoker/ChangeLog | 4 ++-- kpoker/Makefile.am | 2 +- kreversi/ChangeLog | 2 +- kreversi/Makefile.am | 4 ++-- ksame/Makefile.am | 2 +- kshisen/Makefile.am | 2 +- kshisen/main.cpp | 2 +- ksirtet/ksirtet/Makefile.am | 6 +++--- ksmiletris/Makefile.am | 2 +- ksnake/Makefile.am | 2 +- ksokoban/Makefile.am | 2 +- kspaceduel/Makefile.am | 2 +- ktuberling/Makefile.am | 2 +- kwin4/kwin4/Makefile.am | 4 ++-- libkdegames/README | 2 +- libkdegames/kchatbase.cpp | 2 +- libkdegames/kgame/libkdegames.html | 2 +- libkdegames/kstdgameaction.h | 2 +- libkdegames/pics/Makefile.am | 2 +- lskat/lskat.kdevprj | 2 +- lskat/lskat/Makefile.am | 2 +- lskat/lskatproc/Makefile.am | 2 +- 89 files changed, 119 insertions(+), 119 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59959f64..2c8fb403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * Added call to AC_CHECK_RANDOM, and converted all apps to use random() and srandom() (and to avoid RAND_MAX). If random() is not defined, acconfig.h defines the header for the - fake functions in kdecore. + fake functions in tdecore. 1998-12-05 Alex Zepeda diff --git a/README b/README index 90224cc3..ad0f91ca 100644 --- a/README +++ b/README @@ -1,12 +1,12 @@ In this file: -* About kdegames +* About tdegames * Common Mistakes * Debugging * More Info -About kdegames +About tdegames -------------- This is a compilation of various games diff --git a/atlantik/INSTALL b/atlantik/INSTALL index 34523708..fe0b6aa2 100644 --- a/atlantik/INSTALL +++ b/atlantik/INSTALL @@ -9,7 +9,7 @@ Contents 1. Compiling the CVS version ---------------------------- -cd kdegames && make -f Makefile.cvs && ./configure && cd atlantik && make +cd tdegames && make -f Makefile.cvs && ./configure && cd atlantik && make 2. Compiling a release tarball ------------------------------ diff --git a/atlantik/README b/atlantik/README index c51d2859..adddbd9d 100644 --- a/atlantik/README +++ b/atlantik/README @@ -36,8 +36,8 @@ http://unixcode.org/monopd/ However, the latest versions of both projects are found in CVS. Atlantik is located in the CVS repository of the KDE project in the module -kdegames. See http://www.kde.org/anoncvs.html for instructions how to -download KDE modules from CVS. Atlantik is included in the kdegames package +tdegames. See http://www.kde.org/anoncvs.html for instructions how to +download KDE modules from CVS. Atlantik is included in the tdegames package since the KDE 3.1 release. For more information on monopd CVS see the monopd pages on diff --git a/atlantik/README.KDE-3.0 b/atlantik/README.KDE-3.0 index c941aaa9..7be13669 100644 --- a/atlantik/README.KDE-3.0 +++ b/atlantik/README.KDE-3.0 @@ -4,4 +4,4 @@ unexplained crashes when using Atlantik with KDE 3.0, 3.0.1 or 3.0.2. It is recommended to run Atlantik with at least KDE 3.0.3 or 3.1 Beta1, or a KDE CVS checkout of the HEAD branch recent enough to contain revision 1.6 of -kdelibs/kdecore/kbufferedio.cpp and revision 1.39 of kextsock.cpp. +kdelibs/tdecore/kbufferedio.cpp and revision 1.39 of kextsock.cpp. diff --git a/atlantik/README.packaging b/atlantik/README.packaging index 90608a7c..8c74e1b0 100644 --- a/atlantik/README.packaging +++ b/atlantik/README.packaging @@ -1,6 +1,6 @@ Notes for packaging stand-alone releases that will work with all of KDE 3.x: -kdegames/configure.in.in +tdegames/configure.in.in ------------------------ #MIN_CONFIG(3.0) diff --git a/atlantik/client/Makefile.am b/atlantik/client/Makefile.am index f0c00fa9..fea5951d 100644 --- a/atlantik/client/Makefile.am +++ b/atlantik/client/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = atlantik INCLUDES = -I$(top_srcdir)/libtdegames -I$(srcdir)/../libatlantic -I$(srcdir)/../libatlantikclient -I$(srcdir)/../libatlantikui $(all_includes) -atlantik_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -L../libatlantic/.libs -latlantic +atlantik_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -L../libatlantic/.libs -latlantic atlantik_LDADD = ../libatlantikui/libatlantikui.la ../libatlantikclient/libatlantikclient.la $(LIB_KDEGAMES) $(LIB_KIO) atlantik_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/configure.in.in b/configure.in.in index ecd871ca..968ad77d 100644 --- a/configure.in.in +++ b/configure.in.in @@ -11,7 +11,7 @@ if test -d $srcdir/libtdegames ; then AC_SUBST(LIB_KDEGAMES, "\$(top_builddir)/libtdegames/libtdegames.la") AC_SUBST(LIB_KDEGAMES_DEP, '$(LIB_KDEGAMES)') else - AC_SUBST(LIB_KDEGAMES, "-lkdegames") + AC_SUBST(LIB_KDEGAMES, "-ltdegames") AC_SUBST(LIB_KDEGAMES_DEP, "") fi diff --git a/doc/atlantik/index.docbook b/doc/atlantik/index.docbook index 56c5079d..cee774a6 100644 --- a/doc/atlantik/index.docbook +++ b/doc/atlantik/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -44,7 +44,7 @@ class="registered">Monopoly-like boardgames on the KDE -kdegames +tdegames Atlantik monopd @@ -243,7 +243,7 @@ releases. Users interested in the development version can likewise use the standard &kde; CVS -instructions to acquire &atlantik; from the kdegames module. +instructions to acquire &atlantik; from the tdegames module. Bleeding edge development requiring the development version of monopd is done using arch. For more information on this, or releases in general, diff --git a/doc/kasteroids/index.docbook b/doc/kasteroids/index.docbook index 61563db0..d320931a 100644 --- a/doc/kasteroids/index.docbook +++ b/doc/kasteroids/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/katomic/index.docbook b/doc/katomic/index.docbook index c1ffb2c7..80967a33 100644 --- a/doc/katomic/index.docbook +++ b/doc/katomic/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -39,7 +39,7 @@ KDE -kdegames +tdegames KAtomic game atomic entertainment diff --git a/doc/kbackgammon/index.docbook b/doc/kbackgammon/index.docbook index d8dfe39d..27f0495a 100644 --- a/doc/kbackgammon/index.docbook +++ b/doc/kbackgammon/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/kbattleship/index.docbook b/doc/kbattleship/index.docbook index 9e380d17..432079ae 100644 --- a/doc/kbattleship/index.docbook +++ b/doc/kbattleship/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -55,7 +55,7 @@ KDE -kdegames +tdegames kbattleship game battleship diff --git a/doc/kblackbox/index.docbook b/doc/kblackbox/index.docbook index d45c2f76..f2f7a62c 100644 --- a/doc/kblackbox/index.docbook +++ b/doc/kblackbox/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -59,7 +59,7 @@ by the emacs blackbox game. KDE KBlackBox -kdegames +tdegames blackbox game diff --git a/doc/kbounce/index.docbook b/doc/kbounce/index.docbook index 8e4896d1..5f85610b 100644 --- a/doc/kbounce/index.docbook +++ b/doc/kbounce/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -40,7 +40,7 @@ KDE -kdegames +tdegames jezzball diff --git a/doc/kenolaba/index.docbook b/doc/kenolaba/index.docbook index b8d87be5..ce3c738f 100644 --- a/doc/kenolaba/index.docbook +++ b/doc/kenolaba/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/kfouleggs/index.docbook b/doc/kfouleggs/index.docbook index 1d68cce8..fbefc0db 100644 --- a/doc/kfouleggs/index.docbook +++ b/doc/kfouleggs/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -49,7 +49,7 @@ the K Desktop Environment. KDE -kdegames +tdegames KFoulEggs PuyoPuyo diff --git a/doc/kgoldrunner/index.docbook b/doc/kgoldrunner/index.docbook index b420d16d..46cb6a4b 100644 --- a/doc/kgoldrunner/index.docbook +++ b/doc/kgoldrunner/index.docbook @@ -2,7 +2,7 @@ KGoldrunner"> - + ]> diff --git a/doc/kjumpingcube/index.docbook b/doc/kjumpingcube/index.docbook index 55810a5a..659337d5 100644 --- a/doc/kjumpingcube/index.docbook +++ b/doc/kjumpingcube/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -40,7 +40,7 @@ or the computer. KDE KJumpingCube -kdegames +tdegames game strategy diff --git a/doc/klickety/index.docbook b/doc/klickety/index.docbook index b38f81c6..4eff88d5 100644 --- a/doc/klickety/index.docbook +++ b/doc/klickety/index.docbook @@ -3,7 +3,7 @@ Klickety"> - + ]> @@ -46,7 +46,7 @@ KDE -kdegames +tdegames diff --git a/doc/klines/index.docbook b/doc/klines/index.docbook index d86d25bf..70faf52f 100644 --- a/doc/klines/index.docbook +++ b/doc/klines/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -46,7 +46,7 @@ anywhere from 3 minutes to 6 days(straight). KDE -kdegames +tdegames klines diff --git a/doc/kmahjongg/index.docbook b/doc/kmahjongg/index.docbook index 37173b49..a6249cd2 100644 --- a/doc/kmahjongg/index.docbook +++ b/doc/kmahjongg/index.docbook @@ -3,7 +3,7 @@ - + @@ -85,7 +85,7 @@ KDE -kdegames +tdegames KMahjongg Mahjongg diff --git a/doc/kmines/index.docbook b/doc/kmines/index.docbook index 423a60a8..0ccb2be5 100644 --- a/doc/kmines/index.docbook +++ b/doc/kmines/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/kolf/index.docbook b/doc/kolf/index.docbook index 9da81ae3..009f314a 100644 --- a/doc/kolf/index.docbook +++ b/doc/kolf/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/konquest/index.docbook b/doc/konquest/index.docbook index 34a70b66..04323176 100644 --- a/doc/konquest/index.docbook +++ b/doc/konquest/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -55,7 +55,7 @@ domination, or konquest, if you like. :) KDE Konquest -kdegames +tdegames diff --git a/doc/kpat/index.docbook b/doc/kpat/index.docbook index 3fcda113..00090033 100644 --- a/doc/kpat/index.docbook +++ b/doc/kpat/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/kpoker/index.docbook b/doc/kpoker/index.docbook index d63af910..4e9daaa4 100644 --- a/doc/kpoker/index.docbook +++ b/doc/kpoker/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -45,7 +45,7 @@ KDE kpoker -kdegames +tdegames games game poker diff --git a/doc/kreversi/index.docbook b/doc/kreversi/index.docbook index 90a8a77e..2e5516ea 100644 --- a/doc/kreversi/index.docbook +++ b/doc/kreversi/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -49,7 +49,7 @@ KDE -kdegames +tdegames game KReversi diff --git a/doc/ksame/index.docbook b/doc/ksame/index.docbook index 4e9cb5e9..bfe34334 100644 --- a/doc/ksame/index.docbook +++ b/doc/ksame/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -36,7 +36,7 @@ anywhere from 3 minutes to 6 days (straight). KDE -kdegames +tdegames ksame diff --git a/doc/kshisen/index.docbook b/doc/kshisen/index.docbook index 483c4eb7..ae6ceb18 100644 --- a/doc/kshisen/index.docbook +++ b/doc/kshisen/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -36,7 +36,7 @@ KDE - kdegames + tdegames kshisen game shisen-sho diff --git a/doc/ksirtet/index.docbook b/doc/ksirtet/index.docbook index 524123c0..1cb52052 100644 --- a/doc/ksirtet/index.docbook +++ b/doc/ksirtet/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/ksmiletris/index.docbook b/doc/ksmiletris/index.docbook index 53f330f0..b8a9bec0 100644 --- a/doc/ksmiletris/index.docbook +++ b/doc/ksmiletris/index.docbook @@ -4,7 +4,7 @@ CVS --> KSmiletris"> - + JohnHayes'> @@ -55,7 +55,7 @@ KDE -kdegames +tdegames KSmileTris Tetris diff --git a/doc/ksnake/index.docbook b/doc/ksnake/index.docbook index 608d3132..003b371d 100644 --- a/doc/ksnake/index.docbook +++ b/doc/ksnake/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/ksokoban/index.docbook b/doc/ksokoban/index.docbook index 93fbfbea..b6a439c2 100644 --- a/doc/ksokoban/index.docbook +++ b/doc/ksokoban/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -40,7 +40,7 @@ game sokoban. KDE -kdegames +tdegames game sokoban ksokoban diff --git a/doc/kspaceduel/index.docbook b/doc/kspaceduel/index.docbook index 2d3cc2b7..9e652037 100644 --- a/doc/kspaceduel/index.docbook +++ b/doc/kspaceduel/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/ktron/index.docbook b/doc/ktron/index.docbook index 52a76da6..cad60441 100644 --- a/doc/ktron/index.docbook +++ b/doc/ktron/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -64,7 +64,7 @@ play alone or against a friend. KDE -kdegames +tdegames KTron game tron diff --git a/doc/ktuberling/index.docbook b/doc/ktuberling/index.docbook index 33b87804..0196ee03 100644 --- a/doc/ktuberling/index.docbook +++ b/doc/ktuberling/index.docbook @@ -1,7 +1,7 @@ - + diff --git a/doc/kwin4/index.docbook b/doc/kwin4/index.docbook index afef0bfc..cb5f48fd 100644 --- a/doc/kwin4/index.docbook +++ b/doc/kwin4/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -39,7 +39,7 @@ KDE -kdegames +tdegames game board board game diff --git a/doc/lskat/index.docbook b/doc/lskat/index.docbook index 198d3ff6..5f39b4f1 100644 --- a/doc/lskat/index.docbook +++ b/doc/lskat/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -37,7 +37,7 @@ KDE -kdegames +tdegames game playing cards skat diff --git a/kasteroids/ChangeLog b/kasteroids/ChangeLog index ccccd0c2..ccec02a1 100644 --- a/kasteroids/ChangeLog +++ b/kasteroids/ChangeLog @@ -25,7 +25,7 @@ Version 0.3.1 Also the cool shield graphics. Verison 0.2.0 - * [Martin Jones] Use QwSpriteField-1.4 from kdesupport + * [Martin Jones] Use QwSpriteField-1.4 from tdesupport * [Martin Jones] Preliminary sound support Version 0.1.0 diff --git a/kasteroids/Makefile.am b/kasteroids/Makefile.am index d7c2de53..9d7a8064 100644 --- a/kasteroids/Makefile.am +++ b/kasteroids/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO bin_PROGRAMS = kasteroids kasteroids_SOURCES = main.cpp view.cpp ledmeter.cpp toplevel.cpp settings.kcfgc -kasteroids_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kasteroids_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kasteroids_LDADD = $(LIB_KDEGAMES) -lsoundserver_idl -lqtmcop kasteroids_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/katomic/Makefile.am b/katomic/Makefile.am index b5c2dc52..f0ebb87f 100644 --- a/katomic/Makefile.am +++ b/katomic/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) -katomic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +katomic_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor katomic_LDADD = $(LIB_KDEGAMES) katomic_DEPENDENCIES = $(LIB_KDEGAMES_DEP) METASOURCES = AUTO diff --git a/kbackgammon/Makefile.am b/kbackgammon/Makefile.am index aff7ff18..fc11cca2 100644 --- a/kbackgammon/Makefile.am +++ b/kbackgammon/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO bin_PROGRAMS = kbackgammon kbackgammon_SOURCES = main.cpp kbg.cpp kbgboard.cpp kbgtextview.cpp \ kbgstatus.cpp -kbackgammon_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kbackgammon_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kbackgammon_LDADD = $(LIB_KDEGAMES) $(LIB_KDEPRINT) ./engines/libkbgengines.la kbackgammon_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kbattleship/NEWS b/kbattleship/NEWS index 579e06db..639c2ec9 100644 --- a/kbattleship/NEWS +++ b/kbattleship/NEWS @@ -19,7 +19,7 @@ Sat Apr 14 10:56:20 CEST 2001 (ship-placing preview working) Tue Mar 26 22:57:08 CEST 2001 - o Moved into kdegames (WildFox) + o Moved into tdegames (WildFox) (paaarty :) Sat Mar 24 01:57:31 CET 2001 diff --git a/kbattleship/kbattleship/Makefile.am b/kbattleship/kbattleship/Makefile.am index 55be2a45..5413d3b3 100644 --- a/kbattleship/kbattleship/Makefile.am +++ b/kbattleship/kbattleship/Makefile.am @@ -15,7 +15,7 @@ kbattleship_SOURCES = kbaiplayer.cpp kbstrategy.cpp kbverticalstepstrategy.cpp\ kbchooserstrategy.cpp kbattleship.cpp main.cpp kbattleship_LDADD = $(LIB_KDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_KFILE) $(LIB_KDNSSD) kbattleship_COMPILE_FIRST = dialogs/infoDlg.h dialogs/chatDlg.h dialogs/connectDlg.h dialogs/serverDlg.h dialogs/statDlg.h -kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kbattleship_DEPENDENCIES = $(LIB_KDEGAMES_DEP) services_DATA = _kbattleship._tcp diff --git a/kbattleship/kbattleship/dialogs/Makefile.am b/kbattleship/kbattleship/dialogs/Makefile.am index cae41a55..d2399a43 100644 --- a/kbattleship/kbattleship/dialogs/Makefile.am +++ b/kbattleship/kbattleship/dialogs/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO noinst_LTLIBRARIES = libkbattleshipdialogs.la libkbattleshipdialogs_la_SOURCES = dummy.cpp connectDlg.ui serverDlg.ui \ chatDlg.ui statDlg.ui infoDlg.ui -libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor libkbattleshipdialogs_la_LIBADD = $(LIB_KDEUI) dummy.cpp: diff --git a/kblackbox/Makefile.am b/kblackbox/Makefile.am index 6a2a1320..22e8f1ed 100644 --- a/kblackbox/Makefile.am +++ b/kblackbox/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) bin_PROGRAMS = kblackbox kblackbox_SOURCES = kbbgfx.cpp kbbgame.cpp util.cpp main.cpp -kblackbox_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kblackbox_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kblackbox_LDADD = $(LIB_KDEGAMES) kblackbox_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kbounce/Makefile.am b/kbounce/Makefile.am index 19bebdbc..f5c9ffe2 100644 --- a/kbounce/Makefile.am +++ b/kbounce/Makefile.am @@ -40,7 +40,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/libtdegames/highscore\" for details." ;\ + echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." ;\ echo "" ;\ echo "********************************************************" ;\ fi diff --git a/kdegames.lsm b/kdegames.lsm index 2d8c9647..313c0162 100644 --- a/kdegames.lsm +++ b/kdegames.lsm @@ -1,5 +1,5 @@ Begin4 -Title: kdegames +Title: tdegames Version: 3.5.10 Entered-date: 2008-08-26 Description: Games written for the K Desktop Environment (KDE) diff --git a/kenolaba/Makefile.am b/kenolaba/Makefile.am index d53cccd7..71820e01 100644 --- a/kenolaba/Makefile.am +++ b/kenolaba/Makefile.am @@ -8,7 +8,7 @@ bin_PROGRAMS = kenolaba kenolaba_SOURCES = Board.cpp Move.cpp BoardWidget.cpp AbTop.cpp \ kenolaba.cpp Spy.cpp Ball.cpp Network.cpp EvalDlg.ui \ EvalDlgImpl.cpp EvalScheme.cpp -kenolaba_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kenolaba_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kenolaba_LDADD = $(LIB_KDEGAMES) kenolaba_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kfouleggs/Makefile.am b/kfouleggs/Makefile.am index 762e8746..5bf3a8e5 100644 --- a/kfouleggs/Makefile.am +++ b/kfouleggs/Makefile.am @@ -36,7 +36,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/libtdegames/highscore\" for details." \ + && echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." \ && echo "" \ && echo "********************************************************" \ ) || true diff --git a/kgoldrunner/src/Makefile.am b/kgoldrunner/src/Makefile.am index d259cbe4..fe56d9a0 100644 --- a/kgoldrunner/src/Makefile.am +++ b/kgoldrunner/src/Makefile.am @@ -8,7 +8,7 @@ bin_PROGRAMS = kgoldrunner INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) # the library search path. -kgoldrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kgoldrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. kgoldrunner_LDADD = $(LIB_KDEGAMES) $(LIB_KFILE) $(LIB_KDEPRINT) diff --git a/kjumpingcube/Makefile.am b/kjumpingcube/Makefile.am index b6ae1ff7..9d46d1d9 100644 --- a/kjumpingcube/Makefile.am +++ b/kjumpingcube/Makefile.am @@ -8,7 +8,7 @@ kjumpingcube_SOURCES = kjumpingcube.cpp kcubeboxwidget.cpp main.cpp \ kcubewidget.cpp cube.cpp brain.cpp cubebox.cpp \ settings.ui prefs.kcfgc -kjumpingcube_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kjumpingcube_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kjumpingcube_LDADD = $(LIB_KDEGAMES) $(LIB_KFILE) kjumpingcube_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kjumpingcube/main.cpp b/kjumpingcube/main.cpp index b48c53a8..12d53b81 100644 --- a/kjumpingcube/main.cpp +++ b/kjumpingcube/main.cpp @@ -31,7 +31,7 @@ static const char description[] = // A hack to circumvent tricky i18n issue, not used later on in the code. // Both context and contents must be exactly the same as for the entry in -// kdelibs/kdeui/ui_standards.rc +// kdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char *argv[]) diff --git a/klickety/Makefile.am b/klickety/Makefile.am index 7b603aa9..41b29de1 100644 --- a/klickety/Makefile.am +++ b/klickety/Makefile.am @@ -36,7 +36,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/libtdegames/highscore\" for details." \ + && echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." \ && echo "" \ && echo "********************************************************" \ ) || true diff --git a/klines/Makefile.am b/klines/Makefile.am index 7c979128..9c5a683c 100644 --- a/klines/Makefile.am +++ b/klines/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO bin_PROGRAMS = klines klines_SOURCES = prompt.cpp mwidget.cpp linesboard.cpp field.cpp cell.cpp \ ballpainter.cpp klines.cpp main.cpp prefs.kcfgc -klines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +klines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor klines_LDADD = $(LIB_KDEGAMES) klines_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/klines/main.cpp b/klines/main.cpp index 360a0432..f13d8316 100644 --- a/klines/main.cpp +++ b/klines/main.cpp @@ -31,7 +31,7 @@ static const char description[] = I18N_NOOP("Kolor Lines - a little game about b // A hack to circumvent tricky i18n issue, not used later on in the code. // Both context and contents must be exactly the same as for the entry in -// kdelibs/kdeui/ui_standards.rc +// kdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main( int argc, char **argv ) diff --git a/kmahjongg/Makefile.am b/kmahjongg/Makefile.am index 0d93bc09..ad39447c 100644 --- a/kmahjongg/Makefile.am +++ b/kmahjongg/Makefile.am @@ -8,7 +8,7 @@ kmahjongg_SOURCES = main.cpp kmahjongg.cpp boardwidget.cpp \ Tileset.cpp BoardLayout.cpp GameTimer.cpp \ Background.cpp Preview.cpp prefs.kcfgc \ Editor.cpp HighScore.cpp settings.ui -kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kmahjongg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kmahjongg_LDADD = $(LIB_KDEGAMES) $(LIB_KFILE) kmahjongg_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kmines/Makefile.am b/kmines/Makefile.am index f552e25d..f11b31d8 100644 --- a/kmines/Makefile.am +++ b/kmines/Makefile.am @@ -31,7 +31,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/libtdegames/highscore\" for details." \ + && echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." \ && echo "" \ && echo "********************************************************" \ ) || true diff --git a/knetwalk/src/Makefile.am b/knetwalk/src/Makefile.am index bf9d205b..360231f9 100644 --- a/knetwalk/src/Makefile.am +++ b/knetwalk/src/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(a bin_PROGRAMS = knetwalk -knetwalk_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +knetwalk_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor knetwalk_LDADD = $(LIB_KDEGAMES) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_QT) knetwalk_DEPENDENCIES = $(LIB_KDEGAMES_DEP) knetwalk_SOURCES = cell.cpp highscores.cpp main.cpp mainwindow.cpp settings.kcfgc @@ -35,7 +35,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/libtdegames/highscore\" for details." ;\ + echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." ;\ echo "" ;\ echo "********************************************************" ;\ fi diff --git a/knetwalk/src/SConscript b/knetwalk/src/SConscript index 3be117e9..a71252a5 100644 --- a/knetwalk/src/SConscript +++ b/knetwalk/src/SConscript @@ -6,7 +6,7 @@ knetwalk_sources = [ ] myenv.KDEprogram( "knetwalk", knetwalk_sources) myenv.KDEaddpaths_includes( ['./', '#./']) -myenv.KDEaddlibs( ['qt-mt', 'kio', 'kdecore', 'kdegames']) +myenv.KDEaddlibs( ['qt-mt', 'kio', 'tdecore', 'tdegames']) myenv.KDEinstall('KDEDATA', 'knetwalk', 'knetwalkui.rc') myenv.KDEinstall('KDEDATA', 'knetwalk', 'eventsrc') myenv.KDEinstall('KDEXDG', '', 'knetwalk.desktop') diff --git a/kolf/Makefile.am b/kolf/Makefile.am index c44ace96..c4c97520 100644 --- a/kolf/Makefile.am +++ b/kolf/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegam bin_PROGRAMS = lib_LTLIBRARIES = libkolf.la -kdeinit_LTLIBRARIES = kolf.la +tdeinit_LTLIBRARIES = kolf.la libkolf_la_SOURCES = \ kolf.cpp game.cpp canvasitem.cpp ball.cpp newgame.cpp config.cpp \ @@ -24,7 +24,7 @@ kolfinclude_HEADERS = \ kolfincludedir=$(includedir)/kolf -# kdeinited lib +# tdeinited lib kolf_la_SOURCES = main.cpp kolf_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-version kolf_la_LIBADD = libkolf.la diff --git a/kolf/printdialogpage.h b/kolf/printdialogpage.h index ea2fe9f8..3fcdca3a 100644 --- a/kolf/printdialogpage.h +++ b/kolf/printdialogpage.h @@ -1,7 +1,7 @@ #ifndef PRINTDIALOGPAGE_H #define PRINTDIALOGPAGE_H -#include +#include #include #include diff --git a/kolf/sounds/FROM b/kolf/sounds/FROM index 6c472d5b..d0f95a1f 100644 --- a/kolf/sounds/FROM +++ b/kolf/sounds/FROM @@ -5,7 +5,7 @@ holed.wav Jason Katz-Brown (drop ball into mug :) holeinone.wav - KReversi (kdegames/kreversi/sounds/reversi-won.wav) + KReversi (tdegames/kreversi/sounds/reversi-won.wav) puddle.wav, wall.wav Free sounds sites diff --git a/konquest/Makefile.am b/konquest/Makefile.am index 0ccd2302..a99a155c 100644 --- a/konquest/Makefile.am +++ b/konquest/Makefile.am @@ -7,7 +7,7 @@ bin_PROGRAMS = konquest konquest_SOURCES = Konquest.cc gameboard.cc gamecore.cc int_validator.cc \ mainwin.cc map_widget.cc minimap.cc newgamedlg.cc planet_info.cc \ gameenddlg.cc scoredlg.cc fleetdlg.cc newGameDlg_ui.ui -konquest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +konquest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor konquest_LDADD = $(LIB_KDEGAMES) konquest_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kpat/Makefile.am b/kpat/Makefile.am index 43692e30..be4774ca 100644 --- a/kpat/Makefile.am +++ b/kpat/Makefile.am @@ -9,7 +9,7 @@ kpat_SOURCES = main.cpp cardmaps.cpp card.cpp dealer.cpp \ yukon.cpp clock.cpp golf.cpp spider.cpp \ gamestatsimpl.cpp \ gamestats.ui -kpat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kpat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kpat_LDADD = $(LIB_KFILE) $(LIB_KDEGAMES) ./freecell-solver/libfcs.la kpat_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kpat/pwidget.cpp b/kpat/pwidget.cpp index 4fc36295..428981bf 100644 --- a/kpat/pwidget.cpp +++ b/kpat/pwidget.cpp @@ -465,7 +465,7 @@ void pWidget::gameLost() { TQString dontAskAgainName = "gameLostDontAskAgain"; - // The following code is taken out of kmessagebox.cpp in kdeui. + // The following code is taken out of kmessagebox.cpp in tdeui. // Is there a better way? KConfig *config = 0; TQString grpNotifMsgs = TQString::tqfromLatin1("Notification Messages"); diff --git a/kpoker/ChangeLog b/kpoker/ChangeLog index f38991bf..55c060e7 100644 --- a/kpoker/ChangeLog +++ b/kpoker/ChangeLog @@ -275,8 +275,8 @@ Version 0.3.1 Version 0.3 - kpoker got adapted to the new fsstnd (thanks Coolo !) -- kpoker now supports KLocale (only works in the kdegames-distribution) -- added german language file (kdegames distribution only) +- kpoker now supports KLocale (only works in the tdegames-distribution) +- added german language file (tdegames distribution only) - kpoker should now run on DEC Alphas (thanks Uwe Thiem :) ------------------------------------------------------------------------------ diff --git a/kpoker/Makefile.am b/kpoker/Makefile.am index 9579f903..acbc33d6 100644 --- a/kpoker/Makefile.am +++ b/kpoker/Makefile.am @@ -7,7 +7,7 @@ KDE_ICON = kpoker bin_PROGRAMS = kpoker kpoker_SOURCES = kpoker.cpp kpaint.cpp top.cpp main.cpp betbox.cpp \ optionsdlg.cpp player.cpp playerbox.cpp newgamedlg.cpp poker.cpp -kpoker_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kpoker_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kpoker_LDADD = $(LIB_KDEGAMES) kpoker_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kreversi/ChangeLog b/kreversi/ChangeLog index 086e05bb..0df10052 100644 --- a/kreversi/ChangeLog +++ b/kreversi/ChangeLog @@ -496,7 +496,7 @@ computer continues now if a game was saved while thinking 0.6: better integration into new FSSTND - fixes for new kdecore + fixes for new tdecore layout management for all dialogs mini-icon and icon locale-strings changed - partial translation required for diff --git a/kreversi/Makefile.am b/kreversi/Makefile.am index 3124c5f2..17199dfc 100644 --- a/kreversi/Makefile.am +++ b/kreversi/Makefile.am @@ -18,7 +18,7 @@ kreversi_SOURCES = \ kreversi.cpp \ main.cpp \ prefs.kcfgc -kreversi_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kreversi_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kreversi_LDADD = $(LIB_KDEGAMES) $(LIB_KIO) kreversi_DEPENDENCIES = $(LIB_KDEGAMES_DEP) @@ -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/libtdegames/highscore\" for details." ;\ + echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." ;\ echo "" ;\ echo "********************************************************" ;\ fi diff --git a/ksame/Makefile.am b/ksame/Makefile.am index 95acdfb7..51ad1efd 100644 --- a/ksame/Makefile.am +++ b/ksame/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = ksame INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) ksame_SOURCES= main.cpp StoneField.cpp StoneWidget.cpp KSameWidget.cpp -ksame_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ksame_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor ksame_LDADD = $(LIB_KDEGAMES) $(LIB_KIO) ksame_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/kshisen/Makefile.am b/kshisen/Makefile.am index a3b4eaa7..c919c381 100644 --- a/kshisen/Makefile.am +++ b/kshisen/Makefile.am @@ -13,7 +13,7 @@ noinst_HEADERS = app.h board.h tileset.h debug.h version.h kshisen_SOURCES = main.cpp board.cpp app.cpp tileset.cpp settings.ui prefs.kcfgc kshisen_LDADD = $(LIB_KDEGAMES) $(LIB_KDEUI) kshisen_DEPENDENCIES = $(LIB_KDEGAMES_DEP) -kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kshisen_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor xdg_apps_DATA = kshisen.desktop kde_kcfg_DATA = kshisen.kcfg diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 4efd9747..6145c965 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -48,7 +48,7 @@ static const char description[] = I18N_NOOP("A KDE game similiar to Mahjongg"); // A hack to circumvent tricky i18n issue, not used later on in the code. // Both context and contents must be exactly the same as for the entry in -// kdelibs/kdeui/ui_standards.rc +// kdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char **argv) diff --git a/ksirtet/ksirtet/Makefile.am b/ksirtet/ksirtet/Makefile.am index fc33b60d..37b111ee 100644 --- a/ksirtet/ksirtet/Makefile.am +++ b/ksirtet/ksirtet/Makefile.am @@ -25,8 +25,8 @@ messages: rc.cpp check_PROGRAMS = check_score check_score_SOURCES = check_score.cpp -check_score_LDADD = -lkdecore -check_score_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +check_score_LDADD = -ltdecore +check_score_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # for system-wide highscore file DESTBIN = $(DESTDIR)$(bindir)/$(bin_PROGRAMS) @@ -42,7 +42,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/libtdegames/highscore\" for details." \ + && echo "INSTALL file in \"tdegames/libtdegames/highscore\" for details." \ && echo "" \ && echo "********************************************************" \ ) || true diff --git a/ksmiletris/Makefile.am b/ksmiletris/Makefile.am index 5d6a17be..238288f9 100644 --- a/ksmiletris/Makefile.am +++ b/ksmiletris/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO bin_PROGRAMS = ksmiletris ksmiletris_SOURCES = main.cpp gamewindow.cpp gamewidget.cpp \ screenwidget.cpp mirrorwidget.cpp npiecewidget.cpp -ksmiletris_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ksmiletris_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor ksmiletris_LDADD = $(LIB_KDEGAMES) ksmiletris_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/ksnake/Makefile.am b/ksnake/Makefile.am index ee14c965..8d10d3cb 100644 --- a/ksnake/Makefile.am +++ b/ksnake/Makefile.am @@ -10,7 +10,7 @@ ksnake_SOURCES = game.cpp rattler.cpp board.cpp level.cpp ball.cpp \ pixServer.cpp progress.cpp levels.cpp\ view.cpp main.cpp settings.kcfgc appearance.ui general.ui -ksnake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ksnake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor ksnake_LDADD = $(LIB_KDEUI) $(LIB_KDEGAMES) -lm ksnake_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/ksokoban/Makefile.am b/ksokoban/Makefile.am index fd56b831..d4279003 100644 --- a/ksokoban/Makefile.am +++ b/ksokoban/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS=levels data images bin_PROGRAMS = ksokoban ksokoban_SOURCES = Bookmark.cpp History.cpp HtmlPrinter.cpp ImageData.cpp InternalCollections.cpp LevelCollection.cpp LevelMap.cpp MainWindow.cpp Map.cpp MapDelta.cpp ModalLabel.cpp Move.cpp MoveSequence.cpp PathFinder.cpp PlayField.cpp StaticImage.cpp main.cpp -ksokoban_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ksokoban_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor ksokoban_LDADD = $(LIB_KIO) noinst_HEADERS = Bookmark.h History.h HtmlPrinter.h ImageData.h InternalCollections.h LevelCollection.h LevelMap.h MainWindow.h Map.h MapDelta.h ModalLabel.h Move.h MoveSequence.h PathFinder.h PlayField.h Queue.h StaticImage.h diff --git a/kspaceduel/Makefile.am b/kspaceduel/Makefile.am index b1fedca3..79c8b971 100644 --- a/kspaceduel/Makefile.am +++ b/kspaceduel/Makefile.am @@ -13,7 +13,7 @@ kspaceduel_SOURCES = general.ui mathroutines.cpp topwidget.cpp \ kspaceduel_METASOURCES = AUTO EXTRA_DIST = kspaceduel.desktop kspaceduel.xpm mini-kspaceduel.xpm -kspaceduel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kspaceduel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kspaceduel_LDADD = $(LIB_KDEGAMES) kspaceduel_DEPENDENCIES = $(LIB_KDEGAMES_DEP) diff --git a/ktuberling/Makefile.am b/ktuberling/Makefile.am index aa203f35..e75e4d13 100644 --- a/ktuberling/Makefile.am +++ b/ktuberling/Makefile.am @@ -20,7 +20,7 @@ ktuberling_SOURCES = action.cpp main.cpp toplevel.cpp playground.cpp todraw.cpp ktuberling_METASOURCES = AUTO ktuberling_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) -ktuberling_LDADD = $(LIB_KDEGAMES) $(LIB_KFILE) -lkdeprint +ktuberling_LDADD = $(LIB_KDEGAMES) $(LIB_KFILE) -ltdeprint ktuberling_DEPENDENCIES = $(LIB_KDEGAMES_DEP) KDE_ICON = ktuberling diff --git a/kwin4/kwin4/Makefile.am b/kwin4/kwin4/Makefile.am index fc2a9b01..4f7fc698 100644 --- a/kwin4/kwin4/Makefile.am +++ b/kwin4/kwin4/Makefile.am @@ -18,8 +18,8 @@ METASOURCES = AUTO rcdir = $(kde_datadir)/kwin4 rc_DATA = kwin4ui.rc -kwin4_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -kwin4proc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kwin4_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kwin4proc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kde_kcfg_DATA = kwin4.kcfg 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 diff --git a/lskat/lskat.kdevprj b/lskat/lskat.kdevprj index bbba872e..58eb63d7 100644 --- a/lskat/lskat.kdevprj +++ b/lskat/lskat.kdevprj @@ -16,7 +16,7 @@ type=DATA [Config for BinMakefileAm] bin_program=lskat cxxflags=-O0 -g3 -Wall -ldadd=-lkfile -lkdeui -lkdecore -lqt -lXext -lX11 +ldadd=-lkfile -ltdeui -ltdecore -lqt -lXext -lX11 ldflags= [General] author=Martin Heni diff --git a/lskat/lskat/Makefile.am b/lskat/lskat/Makefile.am index dbefbeba..5f4625a3 100644 --- a/lskat/lskat/Makefile.am +++ b/lskat/lskat/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) METASOURCES = AUTO -lskat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +lskat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor rcdir = $(kde_datadir)/lskat rc_DATA = lskatui.rc diff --git a/lskat/lskatproc/Makefile.am b/lskat/lskatproc/Makefile.am index 23617dd8..ca7c932d 100644 --- a/lskat/lskatproc/Makefile.am +++ b/lskat/lskatproc/Makefile.am @@ -10,4 +10,4 @@ INCLUDES= $(all_includes) METASOURCES = AUTO # the library search path. -lskatproc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +lskatproc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor