diff options
Diffstat (limited to 'kmail/templateparser.h')
-rw-r--r-- | kmail/templateparser.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/templateparser.h b/kmail/templateparser.h index da6a52345..c7551c0fa 100644 --- a/kmail/templateparser.h +++ b/kmail/templateparser.h @@ -27,7 +27,7 @@ class KMMessage; class TQString; class KMFolder; class TQObject; -class KProcess; +class TDEProcess; /** * The TemplateParser transforms a message with a given template. @@ -163,10 +163,10 @@ class TemplateParser : public TQObject TQString "e ) const; protected slots: - void onProcessExited( KProcess *proc ); - void onReceivedStdout( KProcess *proc, char *buffer, int buflen ); - void onReceivedStderr( KProcess *proc, char *buffer, int buflen ); - void onWroteStdin( KProcess *proc ); + void onProcessExited( TDEProcess *proc ); + void onReceivedStdout( TDEProcess *proc, char *buffer, int buflen ); + void onReceivedStderr( TDEProcess *proc, char *buffer, int buflen ); + void onWroteStdin( TDEProcess *proc ); }; #endif // __KMAIL_TEMPLATEPARSER_H__ |