diff options
Diffstat (limited to 'kcontrol/info')
-rw-r--r-- | kcontrol/info/info.cpp | 2 | ||||
-rw-r--r-- | kcontrol/info/memory.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/info/info.cpp b/kcontrol/info/info.cpp index 770b2cdf3..d29ae64f9 100644 --- a/kcontrol/info/info.cpp +++ b/kcontrol/info/info.cpp @@ -404,7 +404,7 @@ KInfoListWidget::KInfoListWidget(const TQString &_title, TQWidget *parent, const { KAboutData *about = new KAboutData(I18N_NOOP("kcminfo"), - I18N_NOOP("KDE Panel System Information Control Module"), + I18N_NOOP("TDE Panel System Information Control Module"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 1998 - 2002 Helge Deller")); diff --git a/kcontrol/info/memory.cpp b/kcontrol/info/memory.cpp index 7bfe52948..e7acd2856 100644 --- a/kcontrol/info/memory.cpp +++ b/kcontrol/info/memory.cpp @@ -93,7 +93,7 @@ KMemoryWidget::KMemoryWidget(TQWidget * parent, const char *name) KAboutData *about = new KAboutData(I18N_NOOP("kcminfo"), - I18N_NOOP("KDE Panel Memory Information Control Module"), + I18N_NOOP("TDE Panel Memory Information Control Module"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 1998 - 2002 Helge Deller")); |