diff options
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame/encoderlame.cpp')
-rw-r--r-- | tdeioslave/audiocd/plugins/lame/encoderlame.cpp | 2 |
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; |