summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/debuggerbreakpointview.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/debuggerbreakpointview.h')
-rw-r--r--quanta/components/debugger/debuggerbreakpointview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/components/debugger/debuggerbreakpointview.h b/quanta/components/debugger/debuggerbreakpointview.h
index 196cd451..e593a815 100644
--- a/quanta/components/debugger/debuggerbreakpointview.h
+++ b/quanta/components/debugger/debuggerbreakpointview.h
@@ -44,9 +44,10 @@ class DebuggerBreakpointViewItem : public KListViewItem
class DebuggerBreakpointView : public KListView
{
Q_OBJECT
+ TQ_OBJECT
public:
- DebuggerBreakpointView(TQWidget *parent = 0, const char *name = 0);
+ DebuggerBreakpointView(TQWidget *tqparent = 0, const char *name = 0);
~DebuggerBreakpointView();
void showBreakpoint(const DebuggerBreakpoint& bp);