diff options
Diffstat (limited to 'k9author/k9newdvd.h')
-rw-r--r-- | k9author/k9newdvd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9newdvd.h b/k9author/k9newdvd.h index e5aac10..cbc3261 100644 --- a/k9author/k9newdvd.h +++ b/k9author/k9newdvd.h @@ -86,8 +86,8 @@ private: void createMencoderCmd ( TQString &_cmd,TQString &_chapters, k9AviFile *_aviFile ); k9Config *m_config; protected slots: - void getStdout ( KProcess *, char *, int ); - void getStderr ( KProcess *, char *, int ); + void getStdout ( TDEProcess *, char *, int ); + void getStderr ( TDEProcess *, char *, int ); void drawImage ( TQImage * _image ); signals: void sigAddTitle(); |