From deef75a57e49cb53695a40b559b24648edc352be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 16:02:28 -0600 Subject: Rename kioslaves --- tdeioslave/audiocd/plugins/lame/encoderlame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/audiocd/plugins/lame') 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; -- cgit v1.2.1