summaryrefslogtreecommitdiffstats
path: root/lib/util/execcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/execcommand.h')
-rw-r--r--lib/util/execcommand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/util/execcommand.h b/lib/util/execcommand.h
index 540e5b1a..6c9b96a7 100644
--- a/lib/util/execcommand.h
+++ b/lib/util/execcommand.h
@@ -23,7 +23,7 @@
#include <tqobject.h>
#include <tqstringlist.h>
-class KProcess;
+class TDEProcess;
class KProgressDialog;
/**
@@ -56,13 +56,13 @@ signals:
void finished( const TQString& output, const TQString& errorOutput );
private slots:
- void receivedStdout (KProcess *, char *buffer, int buflen);
- void receivedStderr (KProcess *, char *buffer, int buflen);
+ void receivedStdout (TDEProcess *, char *buffer, int buflen);
+ void receivedStderr (TDEProcess *, char *buffer, int buflen);
void processExited();
void cancelClicked();
private:
- KProcess* proc;
+ TDEProcess* proc;
KProgressDialog* progressDlg;
TQString out;
TQString err;