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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/debugger/backtracelistview.h b/quanta/components/debugger/backtracelistview.h
index 0661af1a..4203cf70 100644
--- a/quanta/components/debugger/backtracelistview.h
+++ b/quanta/components/debugger/backtracelistview.h
@@ -33,7 +33,7 @@ enum BacktraceType
};
-class BacktraceListviewItem : public KListViewItem
+class BacktraceListviewItem : public TDEListViewItem
{
private:
BacktraceType m_type;
@@ -68,7 +68,7 @@ class BacktraceListviewItem : public KListViewItem
};
-class BacktraceListview : public KListView
+class BacktraceListview : public TDEListView
{
Q_OBJECT