diff options
Diffstat (limited to 'kaudiocreator/encoder.h')
-rw-r--r-- | kaudiocreator/encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaudiocreator/encoder.h b/kaudiocreator/encoder.h index 243276e6..b891e0b5 100644 --- a/kaudiocreator/encoder.h +++ b/kaudiocreator/encoder.h @@ -53,8 +53,8 @@ public slots: EncoderPrefs* loadEncoder( int encoder ); private slots: - void receivedThreadOutput(KProcess *process, char *buffer, int buflen); - void jobDone(KProcess *process); + void receivedThreadOutput(TDEProcess *process, char *buffer, int buflen); + void jobDone(TDEProcess *process); void tendToNewJobs(); private: |