diff options
Diffstat (limited to 'quanta/components/debugger/variableslistview.h')
-rw-r--r-- | quanta/components/debugger/variableslistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/variableslistview.h b/quanta/components/debugger/variableslistview.h index b4f3d9bc..9a8f7347 100644 --- a/quanta/components/debugger/variableslistview.h +++ b/quanta/components/debugger/variableslistview.h @@ -39,7 +39,7 @@ class VariablesListView : public KListView }; public: - VariablesListView(TQWidget *tqparent = 0, const char *name = 0); + VariablesListView(TQWidget *parent = 0, const char *name = 0); ~VariablesListView(); void addVariable(DebuggerVariable* variable); |