diff options
Diffstat (limited to 'src/convert.h')
-rwxr-xr-x | src/convert.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/convert.h b/src/convert.h index 013b160..94a0f64 100755 --- a/src/convert.h +++ b/src/convert.h @@ -69,7 +69,7 @@ public: /** if we need to encode, decode, etc. here we have our processes */ TDEProcess* convertProcess; /** for moving the file to the temporary or output directory */ - KIO::Job* moveJob; + TDEIO::Job* moveJob; KTempFile* tempInFile; KTempFile* tempWavFile; @@ -213,13 +213,13 @@ private slots: * The file is being moved * @p job The pinter to the job */ - void moveProgress( KIO::Job* job, unsigned long percent ); + void moveProgress( TDEIO::Job* job, unsigned long percent ); /** * The file has been moved * @p job The pinter to the job */ - void moveFinished( KIO::Job* job ); + void moveFinished( TDEIO::Job* job ); /** * Get the process' output |