summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/backtracelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/backtracelistview.h')
-rw-r--r--quanta/components/debugger/backtracelistview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/components/debugger/backtracelistview.h b/quanta/components/debugger/backtracelistview.h
index 21b72d3d..495130f0 100644
--- a/quanta/components/debugger/backtracelistview.h
+++ b/quanta/components/debugger/backtracelistview.h
@@ -71,10 +71,11 @@ class BacktraceListviewItem : public KListViewItem
class BacktraceListview : public KListView
{
Q_OBJECT
+ TQ_OBJECT
public:
- BacktraceListview(TQWidget *parent = 0, const char *name = 0);
+ BacktraceListview(TQWidget *tqparent = 0, const char *name = 0);
~BacktraceListview();
void backtraceShow(int level, BacktraceType type, const TQString& filename, long line, const TQString& func);