From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmail/templateparser.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/templateparser.h') 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__ -- cgit v1.2.1