summaryrefslogtreecommitdiffstats
path: root/kdbg/dbgdriver.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-03 02:27:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 04:29:04 +0200
commitdaeb1d9355e1321b88534dc56d2870822e468fdb (patch)
tree15cc7567f5fb7a770bd60e909b272bab5d719a7a /kdbg/dbgdriver.h
parent9dab0e253ecf583a2cc6ca22e068d4f4022ca4d3 (diff)
downloadkdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.tar.gz
kdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.zip
Initial TDE conversion
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:
/**