summaryrefslogtreecommitdiffstats
path: root/kcontrol/bell
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/bell
parentdd4d06325183e7f0183584919b2b895e3bad25b0 (diff)
downloadtdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz
tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kcontrol/bell')
-rw-r--r--kcontrol/bell/bell.cpp2
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"));