summaryrefslogtreecommitdiffstats
path: root/kmail/templateparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/templateparser.h')
-rw-r--r--kmail/templateparser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/templateparser.h b/kmail/templateparser.h
index da6a5234..c7551c0f 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 &quote ) 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__