diff options
Diffstat (limited to 'quanta/components/debugger/debuggerbreakpointview.h')
-rw-r--r-- | quanta/components/debugger/debuggerbreakpointview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/debuggerbreakpointview.h b/quanta/components/debugger/debuggerbreakpointview.h index e593a815..f5b0d487 100644 --- a/quanta/components/debugger/debuggerbreakpointview.h +++ b/quanta/components/debugger/debuggerbreakpointview.h @@ -47,7 +47,7 @@ class DebuggerBreakpointView : public KListView TQ_OBJECT public: - DebuggerBreakpointView(TQWidget *tqparent = 0, const char *name = 0); + DebuggerBreakpointView(TQWidget *parent = 0, const char *name = 0); ~DebuggerBreakpointView(); void showBreakpoint(const DebuggerBreakpoint& bp); |