Additional renaming of kde to tde

pull/1/head
Timothy Pearson преди 13 години
родител 72f77e5dca
ревизия 80dd9f233c

@ -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.

@ -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
---------------

@ -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.

@ -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)

@ -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)

@ -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)

@ -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>

@ -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>

@ -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>

@ -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>

@ -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[])

@ -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 )

@ -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>

@ -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)

@ -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

@ -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

@ -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

@ -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

@ -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)############

@ -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)############

@ -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
{

Зареждане…
Отказ
Запис