diff options
Diffstat (limited to 'kcontrol/bell/bell.cpp')
-rw-r--r-- | kcontrol/bell/bell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/bell/bell.cpp b/kcontrol/bell/bell.cpp index 10d774da7..bfdfad35b 100644 --- a/kcontrol/bell/bell.cpp +++ b/kcontrol/bell/bell.cpp @@ -133,7 +133,7 @@ KBellConfig::KBellConfig(TQWidget *parent, const char *name): connect(m_duration, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(changed())); KAboutData *about = - new KAboutData(I18N_NOOP("kcmbell"), I18N_NOOP("KDE Bell Control Module"), + new KAboutData(I18N_NOOP("kcmbell"), I18N_NOOP("TDE Bell Control Module"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 1997 - 2001 Christian Czezatke, Matthias Elter")); |