summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:50:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:50:47 -0600
commit80dd9f233c80d5e12e0794040142eb5d00d722e3 (patch)
tree4d087f650e2b00effd01000a4de98205005a1da4
parent72f77e5dca03607b11a0cb29885410611bc410a6 (diff)
downloadtdegames-80dd9f23.tar.gz
tdegames-80dd9f23.zip
Additional renaming of kde to tde
-rw-r--r--ChangeLog2
-rw-r--r--atlantik/README2
-rw-r--r--atlantik/README.KDE-3.04
-rw-r--r--atlantik/client/atlantik.cpp2
-rw-r--r--atlantik/client/configdlg.cpp2
-rw-r--r--atlantik/kio_atlantik/kio_atlantik.cpp2
-rw-r--r--atlantik/libatlantikui/estateview.cpp2
-rw-r--r--doc/ksame/index.docbook2
-rw-r--r--doc/ktuberling/index.docbook4
-rw-r--r--kgoldrunner/kgoldrunner.kdevelop4
-rw-r--r--kjumpingcube/main.cpp2
-rw-r--r--klines/main.cpp2
-rw-r--r--kolf/kolf.cpp2
-rw-r--r--kshisen/main.cpp2
-rw-r--r--ksirtet/CHANGELOG2
-rw-r--r--libtdegames/kstdgameaction.h2
-rw-r--r--lskat/Makefile.am2
-rw-r--r--lskat/lskat/Makefile.am2
-rw-r--r--lskat/lskatproc/docs/Makefile.am4
-rw-r--r--lskat/lskatproc/docs/en/Makefile.am4
-rw-r--r--twin4/twin4/AboutDlg.kdevdlg2
21 files changed, 26 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c8fb403..eb911112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,5 +12,5 @@
1998-12-05 Alex Zepeda <garbanzo@hooked.net>
* autmoc: Moved to admin/
- * Makefile.cvs: Copied over from kdenetwork verbatim.
+ * Makefile.cvs: Copied over from tdenetwork verbatim.
* README: Updated to "require" Qt 1.41.
diff --git a/atlantik/README b/atlantik/README
index adddbd9d..bec293b7 100644
--- a/atlantik/README
+++ b/atlantik/README
@@ -76,7 +76,7 @@ priorities. It can be used as roadmap or checklist.
-----------
Atlantik Designer is a game board designer that will create game config
-files for monopd. You can find it in KDE CVS, module kdeaddons.
+files for monopd. You can find it in KDE CVS, module tdeaddons.
6. Legal issues
---------------
diff --git a/atlantik/README.KDE-3.0 b/atlantik/README.KDE-3.0
index 7be13669..7b82d7dd 100644
--- a/atlantik/README.KDE-3.0
+++ b/atlantik/README.KDE-3.0
@@ -1,7 +1,7 @@
Atlantik uses KExtendedSocket to connect to monopd servers. Due to some bugs
-in KBufferedIO and KExtendedSocket in kdelibs, you might experience
+in KBufferedIO and KExtendedSocket in tdelibs, you might experience
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/tdecore/kbufferedio.cpp and revision 1.39 of kextsock.cpp.
+tdelibs/tdecore/kbufferedio.cpp and revision 1.39 of kextsock.cpp.
diff --git a/atlantik/client/atlantik.cpp b/atlantik/client/atlantik.cpp
index d7771974..e2b2b942 100644
--- a/atlantik/client/atlantik.cpp
+++ b/atlantik/client/atlantik.cpp
@@ -36,7 +36,7 @@
#include <kstdaction.h>
#include <ktoolbar.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#undef KDE_3_2_FEATURES
#if defined(KDE_MAKE_VERSION)
#if TDE_VERSION >= KDE_MAKE_VERSION(3,2,0)
diff --git a/atlantik/client/configdlg.cpp b/atlantik/client/configdlg.cpp
index 5c792059..23bd4c1b 100644
--- a/atlantik/client/configdlg.cpp
+++ b/atlantik/client/configdlg.cpp
@@ -19,7 +19,7 @@
#include <tqwhatsthis.h>
#include <tqlabel.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#undef KDE_3_1_FEATURES
#undef KDE_3_3_FEATURES
#if defined(KDE_MAKE_VERSION)
diff --git a/atlantik/kio_atlantik/kio_atlantik.cpp b/atlantik/kio_atlantik/kio_atlantik.cpp
index b4604773..4465f007 100644
--- a/atlantik/kio_atlantik/kio_atlantik.cpp
+++ b/atlantik/kio_atlantik/kio_atlantik.cpp
@@ -18,7 +18,7 @@
#include <tqtextstream.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#undef KDE_3_1_FEATURES
#ifdef KDE_MAKE_VERSION
#if TDE_VERSION > KDE_MAKE_VERSION (3, 1, 0)
diff --git a/atlantik/libatlantikui/estateview.cpp b/atlantik/libatlantikui/estateview.cpp
index 2a2043b5..2307ef6b 100644
--- a/atlantik/libatlantikui/estateview.cpp
+++ b/atlantik/libatlantikui/estateview.cpp
@@ -21,7 +21,7 @@
#include <tqcursor.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdialogbase.h>
#include <kglobalsettings.h>
#include <klocale.h>
diff --git a/doc/ksame/index.docbook b/doc/ksame/index.docbook
index bfe34334..296bdb36 100644
--- a/doc/ksame/index.docbook
+++ b/doc/ksame/index.docbook
@@ -270,7 +270,7 @@ configuration dialog to change the audio and visual notifications for &ksame;.</
<title>Requirements</title>
<para>In order to successfully use &ksame;, you need &kde; 3.0. Or at least the
-kdelibs package. </para>
+tdelibs package. </para>
</sect1>
diff --git a/doc/ktuberling/index.docbook b/doc/ktuberling/index.docbook
index 0196ee03..bb9c16b8 100644
--- a/doc/ktuberling/index.docbook
+++ b/doc/ktuberling/index.docbook
@@ -601,7 +601,7 @@ time it starts up.</para></listitem>
</mediaobject>
<para>
-Please note that you need to have kdemultimedia installed
+Please note that you need to have tdemultimedia installed
and <command>&artsd;</command> running to be able to hear sounds.
</para>
@@ -796,7 +796,7 @@ All required libraries as well as &ktuberling; itself can be found on
&kde-ftp;.</para>
<para>
-To be able to hear the sounds, you need to have kdemultimedia installed.
+To be able to hear the sounds, you need to have tdemultimedia installed.
</para>
</sect1>
diff --git a/kgoldrunner/kgoldrunner.kdevelop b/kgoldrunner/kgoldrunner.kdevelop
index 133483ff..8f54fd29 100644
--- a/kgoldrunner/kgoldrunner.kdevelop
+++ b/kgoldrunner/kgoldrunner.kdevelop
@@ -1,5 +1,5 @@
<?xml version = '1.0'?>
-<kdevelop>
+<tdevelop>
<general>
<author>Ian Wadham</author>
<email>ianw2@optusnet.com.au</email>
@@ -139,4 +139,4 @@
<appskde>false</appskde>
<url/>
</dist>
-</kdevelop>
+</tdevelop>
diff --git a/kjumpingcube/main.cpp b/kjumpingcube/main.cpp
index 12d53b81..5f2e314f 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/tdeui/ui_standards.rc
+// tdelibs/tdeui/ui_standards.rc
static const char dummy[] = I18N_NOOP2("Menu title", "&Move");
int main(int argc, char *argv[])
diff --git a/klines/main.cpp b/klines/main.cpp
index f13d8316..4bbd6b9e 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/tdeui/ui_standards.rc
+// tdelibs/tdeui/ui_standards.rc
static const char dummy[] = I18N_NOOP2("Menu title", "&Move");
int main( int argc, char **argv )
diff --git a/kolf/kolf.cpp b/kolf/kolf.cpp
index 5ad194a6..5e0ce023 100644
--- a/kolf/kolf.cpp
+++ b/kolf/kolf.cpp
@@ -2,7 +2,7 @@
#include <kapplication.h>
#include <kconfig.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kfiledialog.h>
#include <kglobal.h>
#include <kio/netaccess.h>
diff --git a/kshisen/main.cpp b/kshisen/main.cpp
index 6145c965..d3727f36 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/tdeui/ui_standards.rc
+// tdelibs/tdeui/ui_standards.rc
static const char dummy[] = I18N_NOOP2("Menu title", "&Move");
int main(int argc, char **argv)
diff --git a/ksirtet/CHANGELOG b/ksirtet/CHANGELOG
index c69b2178..bd9fbba9 100644
--- a/ksirtet/CHANGELOG
+++ b/ksirtet/CHANGELOG
@@ -123,7 +123,7 @@
name [proposed by Lotta Inkovaara]
* fixed repaint problems of piece shadow [some flicker added though]
* keys bindings should be now saved [due to some obscure bug in
- kdelibs/kaccel ; thanks to Chris]
+ tdelibs/kaccel ; thanks to Chris]
2.0.3
* use of KMainWindow + interception of LayoutHint events to fix the resize
diff --git a/libtdegames/kstdgameaction.h b/libtdegames/kstdgameaction.h
index 6d302050..d13c8a13 100644
--- a/libtdegames/kstdgameaction.h
+++ b/libtdegames/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/tdeui/kstdction.[cpp|h] and
+// this class was shamelessy stolen from tdelibs/tdeui/kstdction.[cpp|h] and
// after that just edited for our needs
#ifndef KSTDGAMEACTION_H
#define KSTDGAMEACTION_H
diff --git a/lskat/Makefile.am b/lskat/Makefile.am
index efb7b82c..b311446c 100644
--- a/lskat/Makefile.am
+++ b/lskat/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = lskat grafix lskatproc
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign
diff --git a/lskat/lskat/Makefile.am b/lskat/lskat/Makefile.am
index 0856def2..55815d90 100644
--- a/lskat/lskat/Makefile.am
+++ b/lskat/lskat/Makefile.am
@@ -1,5 +1,5 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
bin_PROGRAMS = lskat
lskat_SOURCES = msgdlg.cpp networkdlg.cpp namedlg.cpp KRemoteConnect.cpp KRSocket.cpp KProcessConnect.cpp KMessageEntry.cpp KInteractiveConnect.cpp KInputChildProcess.cpp KEMessage.cpp KEInput.cpp KConnectEntry.cpp KChildConnect.cpp lskatview.cpp lskatdoc.cpp lskat.cpp main.cpp networkdlgbase.ui
diff --git a/lskat/lskatproc/docs/Makefile.am b/lskat/lskatproc/docs/Makefile.am
index 271bd418..cb70995f 100644
--- a/lskat/lskatproc/docs/Makefile.am
+++ b/lskat/lskatproc/docs/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
diff --git a/lskat/lskatproc/docs/en/Makefile.am b/lskat/lskatproc/docs/en/Makefile.am
index 271bd418..cb70995f 100644
--- a/lskat/lskatproc/docs/en/Makefile.am
+++ b/lskat/lskatproc/docs/en/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
diff --git a/twin4/twin4/AboutDlg.kdevdlg b/twin4/twin4/AboutDlg.kdevdlg
index 08ad214a..d0dc1d87 100644
--- a/twin4/twin4/AboutDlg.kdevdlg
+++ b/twin4/twin4/AboutDlg.kdevdlg
@@ -1,7 +1,7 @@
// KDevelop Dialog Editor File (.kdevdlg)
//
// Created by KDlgEdit Version 0.1alpha (C) 1999 by Pascal Krahmer
-// Get KDevelop including KDlgEdit at "www.beast.de/kdevelop"
+// Get KDevelop including KDlgEdit at "www.beast.de/tdevelop"
//
data Information
{