summaryrefslogtreecommitdiffstats
path: root/kdbg/xsldbgdriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/xsldbgdriver.h')
-rw-r--r--kdbg/xsldbgdriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/xsldbgdriver.h b/kdbg/xsldbgdriver.h
index b8585f9..b4e2f43 100644
--- a/kdbg/xsldbgdriver.h
+++ b/kdbg/xsldbgdriver.h
@@ -22,7 +22,7 @@ class XsldbgDriver:public DebuggerDriver {
static TQString defaultXsldbg();
virtual bool startup(TQString cmdStr);
virtual void commandFinished(CmdQueueItem * cmd);
- void slotReceiveOutput(KProcess * process, char *buffer, int buflen);
+ void slotReceiveOutput(TDEProcess * process, char *buffer, int buflen);
virtual CmdQueueItem *executeCmd(DbgCommand, bool clearLow = false);
virtual CmdQueueItem *executeCmd(DbgCommand, TQString strArg,