summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/debuggerui.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/debuggerui.h')
-rw-r--r--quanta/components/debugger/debuggerui.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/quanta/components/debugger/debuggerui.h b/quanta/components/debugger/debuggerui.h
index 767facad..3a438f11 100644
--- a/quanta/components/debugger/debuggerui.h
+++ b/quanta/components/debugger/debuggerui.h
@@ -32,12 +32,13 @@ class DebuggerVariable;
class WHTMLPart;
class KURL;
-class DebuggerUI : public QObject
+class DebuggerUI : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- enum DebuggerStatus
+ enum DebuggertqStatus
{
NoSession = 0,
AwaitingConnection,
@@ -49,7 +50,7 @@ class DebuggerUI : public QObject
HaltedOnBreakpoint
};
- DebuggerUI(TQObject *parent = 0, const char *name = 0);
+ DebuggerUI(TQObject *tqparent = 0, const char *name = 0);
~DebuggerUI();
// Watches
@@ -82,8 +83,8 @@ class DebuggerUI : public QObject
WHTMLPart *m_preview;
public slots:
- // Status indication
- void slotStatus(DebuggerUI::DebuggerStatus status);
+ // tqStatus indication
+ void slottqStatus(DebuggerUI::DebuggertqStatus status);
};