From 7f3c605546cc3e254fc3f60157c5779f1c1fc84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:52:56 -0600 Subject: [PATCH] Additional renaming of kde to tde --- doc/amor/index.docbook | 4 ++-- doc/kmoon/index.docbook | 4 ++-- doc/kodo/index.docbook | 2 +- doc/kteatime/index.docbook | 4 ++-- doc/kweather/index.docbook | 4 ++-- doc/kworldclock/index.docbook | 4 ++-- doc/kworldclock/man-kworldclock.1.docbook | 2 +- kdetoys.lsm | 2 +- kteatime/TODO | 2 +- ktux/Makefile.am | 2 +- kweather/main.cpp | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/amor/index.docbook b/doc/amor/index.docbook index 0437312..87262aa 100644 --- a/doc/amor/index.docbook +++ b/doc/amor/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -36,7 +36,7 @@ KDE -kdetoys +tdetoys amor helper assistant diff --git a/doc/kmoon/index.docbook b/doc/kmoon/index.docbook index 5debf5c..5ae9229 100644 --- a/doc/kmoon/index.docbook +++ b/doc/kmoon/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -41,7 +41,7 @@ KDE -kdetoys +tdetoys kmoon moon phase diff --git a/doc/kodo/index.docbook b/doc/kodo/index.docbook index 20cd0be..cbfed19 100644 --- a/doc/kodo/index.docbook +++ b/doc/kodo/index.docbook @@ -1,7 +1,7 @@ - + ]> diff --git a/doc/kteatime/index.docbook b/doc/kteatime/index.docbook index a1a4664..36ea063 100644 --- a/doc/kteatime/index.docbook +++ b/doc/kteatime/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -41,7 +41,7 @@ KDE -kdetoys +tdetoys kteatime tea cooker diff --git a/doc/kweather/index.docbook b/doc/kweather/index.docbook index e545a5a..0331d0f 100644 --- a/doc/kweather/index.docbook +++ b/doc/kweather/index.docbook @@ -1,7 +1,7 @@ kweather"> - + ]> @@ -30,7 +30,7 @@ -KWeather is part of the kdetoys package. +KWeather is part of the tdetoys package. diff --git a/doc/kworldclock/index.docbook b/doc/kworldclock/index.docbook index 33b5e8a..86a7721 100644 --- a/doc/kworldclock/index.docbook +++ b/doc/kworldclock/index.docbook @@ -1,7 +1,7 @@ - + ]> @@ -41,7 +41,7 @@ world. KDE -kdetoys +tdetoys kworldwatch World Clock day / night clock diff --git a/doc/kworldclock/man-kworldclock.1.docbook b/doc/kworldclock/man-kworldclock.1.docbook index a002159..c8b3f14 100644 --- a/doc/kworldclock/man-kworldclock.1.docbook +++ b/doc/kworldclock/man-kworldclock.1.docbook @@ -43,7 +43,7 @@ depending on time, as well as offering the time in all of the major cities of the world. This can be run standalone, as an applet in the &kde; panel, or configured to draw the desktop background. -&kworldclock; is part of the official &kde; kdetoys +&kworldclock; is part of the official &kde; tdetoys package. diff --git a/kdetoys.lsm b/kdetoys.lsm index b1bac67..77bbde1 100644 --- a/kdetoys.lsm +++ b/kdetoys.lsm @@ -1,5 +1,5 @@ Begin4 -Title: kdetoys +Title: tdetoys Version: 3.5.10 Entered-date: 2008-08-26 Description: Toy applications for the K Desktop Environment (KDE) diff --git a/kteatime/TODO b/kteatime/TODO index 3400b2b..b53dea2 100644 --- a/kteatime/TODO +++ b/kteatime/TODO @@ -5,7 +5,7 @@ "Configure Events..." --> move to same line as "Event" and rename to "Configure..."? (and/or have a look at KStdAction::configureNotifications()!) (common is "Configure &Notifications..." btw.) - [which gets translated in kdelibs.ps to "&Benachrichtigungen festlegen..."] + [which gets translated in tdelibs.ps to "&Benachrichtigungen festlegen..."] [[more often, "einrichten" is used for "configure"]] - use "readPathEntry()" instead of "readEntry()" (expands/replaces $HOME) diff --git a/ktux/Makefile.am b/ktux/Makefile.am index bf50b74..f34b50a 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -27,7 +27,7 @@ noinst_HEADERS = sprite.h spriteanim.h spritemisc.h spritepm.h METASOURCES = AUTO # make messages.po. Move this one to ../po/ and "make merge" in po -# the -x is for skipping messages already translated in kdelibs +# the -x is for skipping messages already translated in tdelibs messages: $(XGETTEXT) *.cpp -o $(podir)/ktux.pot diff --git a/kweather/main.cpp b/kweather/main.cpp index e6ede73..5615011 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -8,7 +8,7 @@ int main (int argc, char *argv[]) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser");