diff options
Diffstat (limited to 'src/convert.h')
-rwxr-xr-x | src/convert.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/convert.h b/src/convert.h index b880ab2..013b160 100755 --- a/src/convert.h +++ b/src/convert.h @@ -18,7 +18,7 @@ class FileListItem; class ReplayGain; class Logger; class KTempFile; -//class KProcess; +//class TDEProcess; /** * @short The items for the conversion (for every active file) @@ -67,7 +67,7 @@ public: ReplayGain* replayGain; /** if we need to encode, decode, etc. here we have our processes */ - KProcess* convertProcess; + TDEProcess* convertProcess; /** for moving the file to the temporary or output directory */ KIO::Job* moveJob; @@ -206,7 +206,7 @@ private: FileList* fileList; Logger* logger; TQTimer* tUpdateProgressIndicator; - KProcess notify; + TDEProcess notify; private slots: /** @@ -227,13 +227,13 @@ private slots: * @p data The output data * @p length The length of the data */ - void processOutput( KProcess *proc, char *data, int length ); + void processOutput( TDEProcess *proc, char *data, int length ); /** * The process has exited * @p proc The pinter to the progess */ - void processExit( KProcess *proc ); + void processExit( TDEProcess *proc ); /** * Updates the progress indicator |