diff options
Diffstat (limited to 'kcmshell')
-rw-r--r-- | kcmshell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcmshell/main.cpp b/kcmshell/main.cpp index 4bd1ace4d..14b2caa1f 100644 --- a/kcmshell/main.cpp +++ b/kcmshell/main.cpp @@ -198,7 +198,7 @@ static void setIcon(TQWidget *w, const TQString &iconName) extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[]) { - KAboutData aboutData( "kcmshell", I18N_NOOP("KDE Control Module"), + KAboutData aboutData( "kcmshell", I18N_NOOP("TDE Control Module"), 0, I18N_NOOP("A tool to start single KDE control modules"), KAboutData::License_GPL, |