summaryrefslogtreecommitdiffstats
path: root/kiosktool
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:19:48 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:19:48 -0500
commit244bf41236373e0a5695995eb372c9efaea93b0e (patch)
treecc933bea6997e514861b4bebe1cfbd63051b534a /kiosktool
parent6afbadc1042bd12b156ef01974485cb94a70763f (diff)
downloadkiosktool-244bf41236373e0a5695995eb372c9efaea93b0e.tar.gz
kiosktool-244bf41236373e0a5695995eb372c9efaea93b0e.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kiosktool')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 671d56f..7e40688 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -52,7 +52,7 @@ AutoStartConfig::AutoStartConfig(TQWidget* parent, const char* name, const TQStr
{
KGlobal::dirs()->addResourceType("autostart", "share/autostart");
KAboutData *about =
- new KAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "KDE Service Manager" ),
+ new KAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "TDE Service Manager" ),
0, 0, KAboutData::License_GPL, I18N_NOOP( "(c) 2004 Martijn Klingens" ) );
about->addAuthor( "Martijn Klingens", 0, "klingens@kde.org" );