diff options
Diffstat (limited to 'quanta/components/debugger/debuggerbreakpointview.cpp')
-rw-r--r-- | quanta/components/debugger/debuggerbreakpointview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/debugger/debuggerbreakpointview.cpp b/quanta/components/debugger/debuggerbreakpointview.cpp index bf4911ad..c6b3b45e 100644 --- a/quanta/components/debugger/debuggerbreakpointview.cpp +++ b/quanta/components/debugger/debuggerbreakpointview.cpp @@ -52,8 +52,8 @@ DebuggerBreakpointViewItem::DebuggerBreakpointViewItem(DebuggerBreakpointView* v } -DebuggerBreakpointView::DebuggerBreakpointView(TQWidget *tqparent, const char *name) - : KListView(tqparent, name) +DebuggerBreakpointView::DebuggerBreakpointView(TQWidget *parent, const char *name) + : KListView(parent, name) { // If you change here, change the DebuggerBreakpointViewColumns enums above addColumn(i18n("Expression")); |