diff options
Diffstat (limited to 'kmouth/speech.h')
-rw-r--r-- | kmouth/speech.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmouth/speech.h b/kmouth/speech.h index fd73e47..3c62a44 100644 --- a/kmouth/speech.h +++ b/kmouth/speech.h @@ -59,10 +59,10 @@ public: const TQString &filename, const TQString &language); public slots: - void wroteStdin (KProcess *p); - void processExited (KProcess *p); - void receivedStdout (KProcess *proc, char *buffer, int buflen); - void receivedStderr (KProcess *proc, char *buffer, int buflen); + void wroteStdin (TDEProcess *p); + void processExited (TDEProcess *p); + void receivedStdout (TDEProcess *proc, char *buffer, int buflen); + void receivedStderr (TDEProcess *proc, char *buffer, int buflen); private: KShellProcess process; |