diff --git a/arts/kde/mcop-dcop/kmcop.cpp b/arts/kde/mcop-dcop/kmcop.cpp index 1eb14f0f3..2ba71b64c 100644 --- a/arts/kde/mcop-dcop/kmcop.cpp +++ b/arts/kde/mcop-dcop/kmcop.cpp @@ -49,7 +49,7 @@ public: int main(int argc, char **argv) { KAboutData aboutdata("kmcop", I18N_NOOP("KMCOP"), - "0.1", I18N_NOOP("KDE MCOP-DCOP Bridge"), + "0.1", I18N_NOOP("TDE MCOP-DCOP Bridge"), KAboutData::License_GPL, "(C) 2001, Nikolas Zimmermann"); aboutdata.addAuthor("Nikolas Zimmermann", I18N_NOOP("Author"), "wildfox@kde.org"); diff --git a/arts/knotify/knotify.cpp b/arts/knotify/knotify.cpp index 21cd34cf4..c6bba7115 100644 --- a/arts/knotify/knotify.cpp +++ b/arts/knotify/knotify.cpp @@ -106,7 +106,7 @@ extern "C"{ KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData aboutdata("knotify", I18N_NOOP("KNotify"), - "3.0", I18N_NOOP("KDE Notification Server"), + "3.0", I18N_NOOP("TDE Notification Server"), KAboutData::License_GPL, "(C) 1997-2003, KDE Developers"); aboutdata.addAuthor("Carsten Pfeiffer",I18N_NOOP("Current Maintainer"),"pfeiffer@kde.org"); aboutdata.addAuthor("Christian Esken",0,"esken@kde.org"); diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc index 9ea247d5b..45f8349f5 100644 --- a/kcert/kcertpart.cc +++ b/kcert/kcertpart.cc @@ -876,7 +876,7 @@ KMessageBox::information(_frame, i18n("Certificates have been successfully impor KAboutData *KCertPart::createAboutData() { - return new KAboutData("KCertPart", I18N_NOOP("KDE Certificate Part"), "1.0"); + return new KAboutData("KCertPart", I18N_NOOP("TDE Certificate Part"), "1.0"); } #include "kcertpart.moc" diff --git a/kcmshell/main.cpp b/kcmshell/main.cpp index da2c3ffcf..778c3b9a9 100644 --- a/kcmshell/main.cpp +++ b/kcmshell/main.cpp @@ -200,7 +200,7 @@ extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[]) { KAboutData aboutData( "kcmshell", I18N_NOOP("TDE Control Module"), 0, - I18N_NOOP("A tool to start single KDE control modules"), + I18N_NOOP("A tool to start single TDE control modules"), KAboutData::License_GPL, I18N_NOOP("(c) 1999-2004, The KDE Developers") ); diff --git a/kconf_update/kconf_update.cpp b/kconf_update/kconf_update.cpp index a9ac6ccbf..2e7b58238 100644 --- a/kconf_update/kconf_update.cpp +++ b/kconf_update/kconf_update.cpp @@ -942,7 +942,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData aboutData("kconf_update", I18N_NOOP("KConf Update"), "1.0.2", - I18N_NOOP("KDE Tool for updating user configuration files"), + I18N_NOOP("TDE Tool for updating user configuration files"), KAboutData::License_GPL, "(c) 2001, Waldo Bastian"); diff --git a/kded/kded.cpp b/kded/kded.cpp index f35075ea2..a438fa546 100644 --- a/kded/kded.cpp +++ b/kded/kded.cpp @@ -872,9 +872,9 @@ public: extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) { - KAboutData aboutData( "kded", I18N_NOOP("KDE Daemon"), + KAboutData aboutData( "kded", I18N_NOOP("TDE Daemon"), "$Id$", - I18N_NOOP("KDE Daemon - triggers Sycoca database updates when needed")); + I18N_NOOP("TDE Daemon - triggers Sycoca database updates when needed")); KApplication::installSigpipeHandler(); diff --git a/kded/khostname.cpp b/kded/khostname.cpp index e7b1cf209..d8c568869 100644 --- a/kded/khostname.cpp +++ b/kded/khostname.cpp @@ -367,7 +367,7 @@ int main(int argc, char **argv) { KLocale::setMainCatalogue("tdelibs"); KAboutData d(appName, I18N_NOOP("KDontChangeTheHostName"), appVersion, - I18N_NOOP("Informs KDE about a change in hostname"), + I18N_NOOP("Informs TDE about a change in hostname"), KAboutData::License_GPL, "(c) 2001 Waldo Bastian"); d.addAuthor("Waldo Bastian", I18N_NOOP("Author"), "bastian@kde.org"); diff --git a/khtml/java/kjavaappletviewer.cpp b/khtml/java/kjavaappletviewer.cpp index e17e70110..5948dea22 100644 --- a/khtml/java/kjavaappletviewer.cpp +++ b/khtml/java/kjavaappletviewer.cpp @@ -448,7 +448,7 @@ void KJavaAppletViewer::infoMessage (const TQString & msg) { } KAboutData* KJavaAppletViewer::createAboutData () { - return new KAboutData("KJavaAppletViewer", I18N_NOOP("KDE Java Applet Plugin"), "1.0"); + return new KAboutData("KJavaAppletViewer", I18N_NOOP("TDE Java Applet Plugin"), "1.0"); } //--------------------------------------------------------------------- diff --git a/kio/misc/kfile/fileprops.cpp b/kio/misc/kfile/fileprops.cpp index 0dacc662f..396a8dcdf 100644 --- a/kio/misc/kfile/fileprops.cpp +++ b/kio/misc/kfile/fileprops.cpp @@ -237,7 +237,7 @@ static KCmdLineOptions options[] = "given file(s)."), 0 }, { "dialog", - I18N_NOOP("Opens a KDE properties dialog to allow viewing and " + I18N_NOOP("Opens a TDE properties dialog to allow viewing and " "modifying of metadata of the given file(s)"), 0 }, { "getValue ", diff --git a/kioslave/http/http_cache_cleaner.cpp b/kioslave/http/http_cache_cleaner.cpp index 02a07c712..fcf58b683 100644 --- a/kioslave/http/http_cache_cleaner.cpp +++ b/kioslave/http/http_cache_cleaner.cpp @@ -50,7 +50,7 @@ int m_maxCacheSize; static const char appName[] = "kio_http_cache_cleaner"; -static const char description[] = I18N_NOOP("KDE HTTP cache maintenance tool"); +static const char description[] = I18N_NOOP("TDE HTTP cache maintenance tool"); static const char version[] = "1.0.0"; @@ -191,7 +191,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { KLocale::setMainCatalogue("tdelibs"); KCmdLineArgs::init( argc, argv, appName, - I18N_NOOP("KDE HTTP cache maintenance tool"), + I18N_NOOP("TDE HTTP cache maintenance tool"), description, version, true); KCmdLineArgs::addCmdLineOptions( options ); diff --git a/kstyles/utils/installtheme/main.cpp b/kstyles/utils/installtheme/main.cpp index 5ddf8cd56..b9ab927cc 100644 --- a/kstyles/utils/installtheme/main.cpp +++ b/kstyles/utils/installtheme/main.cpp @@ -32,7 +32,7 @@ #include #include -static const char desc[] = I18N_NOOP("KDE Tool to build a cache list of all pixmap themes installed"); +static const char desc[] = I18N_NOOP("TDE Tool to build a cache list of all pixmap themes installed"); static const char ver[] = "0.9.1"; int main(int argc, char **argv) diff --git a/tdecore/kaboutdata.h b/tdecore/kaboutdata.h index c89a5f50b..525ed3c92 100644 --- a/tdecore/kaboutdata.h +++ b/tdecore/kaboutdata.h @@ -41,7 +41,7 @@ class KAboutDataPrivate; * * \code * KAboutData about("khello", I18N_NOOP("KHello"), "0.1", - * I18N_NOOP("A KDE version of Hello, world!"), + * I18N_NOOP("A TDE version of Hello, world!"), * KAboutData::License_LGPL, * I18N_NOOP("Copyright (c) 2003 Developer")); * diff --git a/tdecore/kconfig_compiler/kconfig_compiler.cpp b/tdecore/kconfig_compiler/kconfig_compiler.cpp index 3ff9f9aa3..55a3c7f34 100644 --- a/tdecore/kconfig_compiler/kconfig_compiler.cpp +++ b/tdecore/kconfig_compiler/kconfig_compiler.cpp @@ -952,7 +952,7 @@ TQString indent(TQString text, int spaces) int main( int argc, char **argv ) { - KAboutData aboutData( "kconfig_compiler", I18N_NOOP("KDE .kcfg compiler"), "0.3", + KAboutData aboutData( "kconfig_compiler", I18N_NOOP("TDE .kcfg compiler"), "0.3", I18N_NOOP("KConfig Compiler") , KAboutData::License_LGPL ); aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); aboutData.addAuthor( "Waldo Bastian", 0, "bastian@kde.org" );