summaryrefslogtreecommitdiffstats
path: root/kplato/kptreportview.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptreportview.cc')
-rw-r--r--kplato/kptreportview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptreportview.cc b/kplato/kptreportview.cc
index 1e893ccf..cb6a84d3 100644
--- a/kplato/kptreportview.cc
+++ b/kplato/kptreportview.cc
@@ -176,7 +176,7 @@ ReportView::ReportView(View *view, TQWidget *parent)
m_reportTags(0)
{
//kdDebug()<<k_funcinfo<<endl;
- m_reportList = new KListView(this);
+ m_reportList = new TDEListView(this);
#if KDE_IS_VERSION(3,3,9)
m_reportList->setShadeSortColumn(false);
#endif