summaryrefslogtreecommitdiffstats
path: root/kjsembed/jsconsolewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/jsconsolewidget.h')
-rw-r--r--kjsembed/jsconsolewidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/jsconsolewidget.h b/kjsembed/jsconsolewidget.h
index b0ed7787..b1beef1c 100644
--- a/kjsembed/jsconsolewidget.h
+++ b/kjsembed/jsconsolewidget.h
@@ -30,7 +30,7 @@ class TQHBox;
class KLineEdit;
class KPopupTitle;
-class KProcess;
+class TDEProcess;
class KShellProcess;
class KTextEdit;
@@ -126,10 +126,10 @@ protected slots:
void childExited();
/** Called when the process sends message to stdout. */
- void receivedStdOutput(KProcess *, char *, int);
+ void receivedStdOutput(TDEProcess *, char *, int);
/** Called when the process sends message to stderr. */
- void receivedStdError(KProcess *, char *, int);
+ void receivedStdError(TDEProcess *, char *, int);
private:
KJSEmbedPart *js;