summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:25:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:25:24 -0500
commit65b9cbcc34d984c176b55d04f0ddd9f95f92249a (patch)
tree1c83b26313ea9c7bcfcf5dbca1407917eac93e50
parent470fade48d4ed4e89a14a6509d149153b80e5cd1 (diff)
downloadtdesdk-65b9cbcc34d984c176b55d04f0ddd9f95f92249a.tar.gz
tdesdk-65b9cbcc34d984c176b55d04f0ddd9f95f92249a.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--kapptemplate/kapp/main.cpp2
-rw-r--r--kapptemplate/kpartapp/main.cpp2
-rw-r--r--kbabel/catalogmanager/main.cpp2
-rw-r--r--kbabel/kbabel/main.cpp2
-rw-r--r--kioslave/svn/svnhelper/kio_svn_helper.cpp2
-rw-r--r--kstartperf/kstartperf.cpp2
-rw-r--r--tdecachegrind/tdecachegrind/main.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/kapptemplate/kapp/main.cpp b/kapptemplate/kapp/main.cpp
index 40118215..016b7442 100644
--- a/kapptemplate/kapp/main.cpp
+++ b/kapptemplate/kapp/main.cpp
@@ -8,7 +8,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/main.cpp
#include <klocale.h>
static const char description[] =
- I18N_NOOP("A KDE Application");
+ I18N_NOOP("A TDE Application");
static const char version[] = "v${APP_VERSION}";
diff --git a/kapptemplate/kpartapp/main.cpp b/kapptemplate/kpartapp/main.cpp
index 14bbf216..3c7c3b3b 100644
--- a/kapptemplate/kpartapp/main.cpp
+++ b/kapptemplate/kpartapp/main.cpp
@@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/main.cpp
#include <klocale.h>
static const char description[] =
- I18N_NOOP("A KDE KPart Application");
+ I18N_NOOP("A TDE KPart Application");
static const char version[] = "v${APP_VERSION}";
diff --git a/kbabel/catalogmanager/main.cpp b/kbabel/catalogmanager/main.cpp
index cf435b12..769e70e5 100644
--- a/kbabel/catalogmanager/main.cpp
+++ b/kbabel/catalogmanager/main.cpp
@@ -188,7 +188,7 @@ int main(int argc, char **argv)
I18N_NOOP("(c) 1999,2000,2001,2002,2003,2004,2005,2006 The KBabel developers"),0,"http://kbabel.kde.org");
about.addAuthor("Matthias Kiefer",I18N_NOOP("Original author"),"kiefer@kde.org");
- about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/TQt3.")
+ about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/Qt3.")
,"visnovsky@kde.org");
about.addAuthor("Nicolas Goutte", I18N_NOOP("Current maintainer"), "goutte@kde.org");
diff --git a/kbabel/kbabel/main.cpp b/kbabel/kbabel/main.cpp
index 85158efa..541ffa1c 100644
--- a/kbabel/kbabel/main.cpp
+++ b/kbabel/kbabel/main.cpp
@@ -555,7 +555,7 @@ int main(int argc, char **argv)
about.addAuthor("Andrea Rizzi",I18N_NOOP("Wrote the dictionary plugin "
"for searching in a database and some other code.")
,"rizzi@kde.org");
- about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/TQt3.")
+ about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/Qt3.")
,"visnovsky@kde.org");
about.addAuthor("Marco Wegner",I18N_NOOP("Bug fixes, KFilePlugin for PO files, CVS support, mailing files")
,"dubbleu@web.de");
diff --git a/kioslave/svn/svnhelper/kio_svn_helper.cpp b/kioslave/svn/svnhelper/kio_svn_helper.cpp
index 3456b3fd..84a3c176 100644
--- a/kioslave/svn/svnhelper/kio_svn_helper.cpp
+++ b/kioslave/svn/svnhelper/kio_svn_helper.cpp
@@ -275,7 +275,7 @@ static KCmdLineOptions options[] = {
};
int main(int argc, char **argv) {
- KCmdLineArgs::init(argc, argv, "kio_svn_helper", I18N_NOOP("Subversion Helper"), "KDE frontend for SVN", "0.1");
+ KCmdLineArgs::init(argc, argv, "kio_svn_helper", I18N_NOOP("Subversion Helper"), "TDE frontend for SVN", "0.1");
KCmdLineArgs::addCmdLineOptions( options );
KGlobal::locale()->setMainCatalogue("kio_svn");
diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp
index ca8dfcec..992111fb 100644
--- a/kstartperf/kstartperf.cpp
+++ b/kstartperf/kstartperf.cpp
@@ -72,7 +72,7 @@ TQString libkstartperf()
int main(int argc, char **argv)
{
KAboutData aboutData("kstartperf", I18N_NOOP("KStartPerf"),
- "1.0", I18N_NOOP("Measures start up time of a KDE application"),
+ "1.0", I18N_NOOP("Measures start up time of a TDE application"),
KAboutData::License_Artistic,
"Copyright (c) 2000 Geert Jansen and libkmapnotify authors");
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),
diff --git a/tdecachegrind/tdecachegrind/main.cpp b/tdecachegrind/tdecachegrind/main.cpp
index fd9df1b8..d1d3fc56 100644
--- a/tdecachegrind/tdecachegrind/main.cpp
+++ b/tdecachegrind/tdecachegrind/main.cpp
@@ -45,7 +45,7 @@ int main( int argc, char ** argv )
KAboutData aboutData("tdecachegrind",
I18N_NOOP("KCachegrind"),
TDECACHEGRIND_VERSION,
- I18N_NOOP("KDE Frontend for Cachegrind"),
+ I18N_NOOP("TDE Frontend for Cachegrind"),
KAboutData::License_GPL,
I18N_NOOP("(C) 2002, 2003, 2004"), 0,
"http://tdecachegrind.sf.net");