diff options
Diffstat (limited to 'quanta/components/debugger/backtracelistview.h')
-rw-r--r-- | quanta/components/debugger/backtracelistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/backtracelistview.h b/quanta/components/debugger/backtracelistview.h index 495130f0..e90226e8 100644 --- a/quanta/components/debugger/backtracelistview.h +++ b/quanta/components/debugger/backtracelistview.h @@ -75,7 +75,7 @@ class BacktraceListview : public KListView public: - BacktraceListview(TQWidget *tqparent = 0, const char *name = 0); + BacktraceListview(TQWidget *parent = 0, const char *name = 0); ~BacktraceListview(); void backtraceShow(int level, BacktraceType type, const TQString& filename, long line, const TQString& func); |