diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:26:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:26:51 -0600 |
commit | bece9aa3ad05fe774bf89d9a840235ee8adfd4da (patch) | |
tree | bd2dbbe6c3a6ea126e93209798a088ffe78d1783 /src/convert.h | |
parent | 5e21b1fe4b7ac01e6a2cbdf230ad830c924f7be3 (diff) | |
download | soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.tar.gz soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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 |