summaryrefslogtreecommitdiffstats
path: root/kfilereplace/commandengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/commandengine.h')
-rw-r--r--kfilereplace/commandengine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kfilereplace/commandengine.h b/kfilereplace/commandengine.h
index 702edeee..36bcfcb8 100644
--- a/kfilereplace/commandengine.h
+++ b/kfilereplace/commandengine.h
@@ -24,7 +24,7 @@ class TQString;
#include <tqobject.h>
//KDE
-class KProcess;
+class TDEProcess;
class CommandEngine : public TQObject
{
@@ -50,9 +50,9 @@ class CommandEngine : public TQObject
TQString variableValue(const TQString &variable);
private slots:
- void slotGetScriptOutput(KProcess*,char*,int);
- void slotGetScriptError(KProcess*,char*,int);
- void slotProcessExited(KProcess*);
+ void slotGetScriptOutput(TDEProcess*,char*,int);
+ void slotGetScriptError(TDEProcess*,char*,int);
+ void slotProcessExited(TDEProcess*);
};
#endif // COMMANDENGINE_H