summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/xmltransformer/xmltransformerproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/filters/xmltransformer/xmltransformerproc.h')
-rw-r--r--kttsd/filters/xmltransformer/xmltransformerproc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kttsd/filters/xmltransformer/xmltransformerproc.h b/kttsd/filters/xmltransformer/xmltransformerproc.h
index 8d92e69..a7c5ccc 100644
--- a/kttsd/filters/xmltransformer/xmltransformerproc.h
+++ b/kttsd/filters/xmltransformer/xmltransformerproc.h
@@ -31,7 +31,7 @@
// KTTS includes.
#include "filterproc.h"
-class KProcess;
+class TDEProcess;
class XmlTransformerProc : virtual public KttsFilterProc
{
@@ -132,9 +132,9 @@ public:
virtual bool wasModified();
private slots:
- void slotProcessExited(KProcess*);
- void slotReceivedStdout(KProcess* proc, char* buffer, int buflen);
- void slotReceivedStderr(KProcess* proc, char* buffer, int buflen);
+ void slotProcessExited(TDEProcess*);
+ void slotReceivedStdout(TDEProcess* proc, char* buffer, int buflen);
+ void slotReceivedStderr(TDEProcess* proc, char* buffer, int buflen);
private:
// Process output when xsltproc exits.
@@ -151,7 +151,7 @@ private:
// Processing state.
int m_state;
// xsltproc process.
- KProcess* m_xsltProc;
+ TDEProcess* m_xsltProc;
// Input and Output filenames.
TQString m_inFilename;
TQString m_outFilename;