From e72932181ba866984405b8e52ac789849bc0e2c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:16:38 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- src/gui/listview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/listview.cpp') diff --git a/src/gui/listview.cpp b/src/gui/listview.cpp index 5c1a38c..53048cc 100644 --- a/src/gui/listview.cpp +++ b/src/gui/listview.cpp @@ -306,7 +306,7 @@ TQColor ListViewItem::backgroundColor(int column_) { void ListViewItem::paintCell(TQPainter* p_, const TQColorGroup& cg_, int column_, int width_, int align_) { - // taken from klistview.cpp + // taken from tdelistview.cpp // I can't call TDEListViewItem::paintCell since TDEListViewItem::backgroundCOlor(int) is // not virtual. I need to be sure to call ListViewItem::backgroundColor(int); TQColorGroup cg = cg_; -- cgit v1.2.1