diff options
Diffstat (limited to 'libk9copy/k9dvdauthor.h')
-rwxr-xr-x | libk9copy/k9dvdauthor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk9copy/k9dvdauthor.h b/libk9copy/k9dvdauthor.h index ef13dbe..b319ea0 100755 --- a/libk9copy/k9dvdauthor.h +++ b/libk9copy/k9dvdauthor.h @@ -75,8 +75,8 @@ private: // Private attributes void spumux(); private slots: // Private slots /** No descriptions */ - void DVDAuthorStderr(KProcess *proc, char *buffer, int buflen); - void DVDAuthorStdout(KProcess *proc, char *buffer, int buflen); + void DVDAuthorStderr(TDEProcess *proc, char *buffer, int buflen); + void DVDAuthorStdout(TDEProcess *proc, char *buffer, int buflen); /** No descriptions */ void stopProcess(); |