diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:02:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:02:28 -0600 |
commit | deef75a57e49cb53695a40b559b24648edc352be (patch) | |
tree | 4d4c6d8b2aad7e249d65a835d3913ab191920bcf /tdeioslave/audiocd/plugins/vorbis | |
parent | a790af0d5e7c2d93f8e82ba5db273a97dfb0eef6 (diff) | |
download | tdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.tar.gz tdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.zip |
Rename kioslaves
Diffstat (limited to 'tdeioslave/audiocd/plugins/vorbis')
-rw-r--r-- | tdeioslave/audiocd/plugins/vorbis/encodervorbis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/audiocd/plugins/vorbis/encodervorbis.cpp b/tdeioslave/audiocd/plugins/vorbis/encodervorbis.cpp index 048a46e0..f1a5bad5 100644 --- a/tdeioslave/audiocd/plugins/vorbis/encodervorbis.cpp +++ b/tdeioslave/audiocd/plugins/vorbis/encodervorbis.cpp @@ -96,7 +96,7 @@ bool EncoderVorbis::init(){ ( &d->vc, const_cast<char *>("kde-encoder"), - const_cast<char *>("kio_audiocd") + const_cast<char *>("tdeio_audiocd") ); return true; } |