Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 13 years ago
parent 8f661016cd
commit c9e8f4d86b

@ -9,7 +9,7 @@
#include <klocale.h>
static const char *description =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char *version = "0.1";
@ -21,7 +21,7 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
KAboutData about("kdedcoptest", I18N_NOOP("KDEDcopTest"), version, description,
KAboutData about("kdedcoptest", I18N_NOOP("TDEDcopTest"), version, description,
KAboutData::License_GPL, "(C) 2003 Julian Rockey", 0, 0, "kde@jrockey.com");
about.addAuthor( "Julian Rockey", 0, "kde@jrockey.com" );
KCmdLineArgs::init(argc, argv, &about);

@ -14,7 +14,7 @@ import org.kde.qt.QtSupport;
Example Usage within a main():
<pre>
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"));
about.addAuthor("Joe Developer", I18N_NOOP("developer"), "joe@host.com", 0);

@ -25,7 +25,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE Application");
I18N_NOOP("A TDE Application");
static const char version[] = "0.1";

@ -801,7 +801,7 @@ TQString userTextsFunctions( CfgEntry *e, TQString itemVarStr=TQString::null, TQ
int main( int argc, char **argv )
{
KAboutData aboutData( "rbkconfig_compiler", I18N_NOOP("KDE .kcfg compiler"), "0.3",
KAboutData aboutData( "rbkconfig_compiler", I18N_NOOP("TDE .kcfg compiler"), "0.3",
I18N_NOOP("Ruby KConfig Compiler") , KAboutData::License_LGPL );
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
aboutData.addAuthor( "Waldo Bastian", 0, "bastian@kde.org" );

Loading…
Cancel
Save