summaryrefslogtreecommitdiffstats
path: root/kdbg/dbgdriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/dbgdriver.h')
-rw-r--r--kdbg/dbgdriver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdbg/dbgdriver.h b/kdbg/dbgdriver.h
index dbc1d49..0d33300 100644
--- a/kdbg/dbgdriver.h
+++ b/kdbg/dbgdriver.h
@@ -270,7 +270,7 @@ struct MemoryDump
* interface to the commandline debugger. As such it implements the
* commands and parses the output.
*/
-class DebuggerDriver : public KProcess
+class DebuggerDriver : public TDEProcess
{
Q_OBJECT
public:
@@ -578,9 +578,9 @@ public slots:
void dequeueCmdByVar(VarTree* var);
protected slots:
- virtual void slotReceiveOutput(KProcess*, char* buffer, int buflen);
- virtual void slotCommandRead(KProcess*);
- virtual void slotExited(KProcess*);
+ virtual void slotReceiveOutput(TDEProcess*, char* buffer, int buflen);
+ virtual void slotCommandRead(TDEProcess*);
+ virtual void slotExited(TDEProcess*);
signals:
/**