summaryrefslogtreecommitdiffstats
path: root/kcontrol/kded
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:44:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:44:21 -0500
commit4f24944314ddf35eca50330ebc4e7e995bacded7 (patch)
tree0a1fb3a696a2707abb3e0de1b691a351fef5ba01 /kcontrol/kded
parentdd4d06325183e7f0183584919b2b895e3bad25b0 (diff)
downloadtdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz
tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kcontrol/kded')
-rw-r--r--kcontrol/kded/kcmkded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kded/kcmkded.cpp b/kcontrol/kded/kcmkded.cpp
index cc2ff97fe..533cc9b84 100644
--- a/kcontrol/kded/kcmkded.cpp
+++ b/kcontrol/kded/kcmkded.cpp
@@ -50,7 +50,7 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &)
KCModule( KDEDFactory::instance(), parent, name )
{
KAboutData *about =
- new KAboutData( I18N_NOOP( "kcmkded" ), I18N_NOOP( "KDE Service Manager" ),
+ new KAboutData( I18N_NOOP( "kcmkded" ), I18N_NOOP( "TDE Service Manager" ),
0, 0, KAboutData::License_GPL,
I18N_NOOP( "(c) 2002 Daniel Molkentin" ) );
about->addAuthor("Daniel Molkentin",0,"molkentin@kde.org");