summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:08:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:08:34 -0500
commitb6aa9adf9b028ea7eeb2d4edd60096fa7be34149 (patch)
tree9d54db64fc3997212b1f704b2f773e1bc211ca90 /kioslave
parent1dd1fd6a84cf56921476fb993658fda250aa12b2 (diff)
downloadtdemultimedia-b6aa9adf9b028ea7eeb2d4edd60096fa7be34149.tar.gz
tdemultimedia-b6aa9adf9b028ea7eeb2d4edd60096fa7be34149.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp b/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp
index 87614806..e5267486 100644
--- a/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp
+++ b/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp
@@ -83,7 +83,7 @@ KAudiocdModule::KAudiocdModule(TQWidget *parent, const char *name)
connect( example, TQT_SIGNAL( textChanged(const TQString&) ), this, TQT_SLOT( slotConfigChanged() ) );
KAboutData *about =
- new KAboutData(I18N_NOOP("kcmaudiocd"), I18N_NOOP("KDE Audio CD IO Slave"),
+ new KAboutData(I18N_NOOP("kcmaudiocd"), I18N_NOOP("TDE Audio CD IO Slave"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000 - 2005 Audio CD developers"));