summaryrefslogtreecommitdiffstats
path: root/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 16:02:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 16:02:28 -0600
commitdeef75a57e49cb53695a40b559b24648edc352be (patch)
tree4d4c6d8b2aad7e249d65a835d3913ab191920bcf /tdeioslave/audiocd/plugins/lame/encoderlame.cpp
parenta790af0d5e7c2d93f8e82ba5db273a97dfb0eef6 (diff)
downloadtdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.tar.gz
tdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.zip
Rename kioslaves
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame/encoderlame.cpp')
-rw-r--r--tdeioslave/audiocd/plugins/lame/encoderlame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
index 8984bb33..a9a6233f 100644
--- a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
+++ b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp
@@ -307,7 +307,7 @@ long EncoderLame::readCleanup(){
usleep(1);
}
- // Now copy the file out of the temp into kio
+ // Now copy the file out of the temp into tdeio
TQFile file( d->tempFile->name() );
if ( file.open( IO_ReadOnly ) ) {
TQByteArray output;