From 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:16:01 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- quanta/components/debugger/backtracelistview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/components/debugger/backtracelistview.h') 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 -- cgit v1.2.3