|
|
@ -306,7 +306,7 @@ TQColor ListViewItem::backgroundColor(int column_) {
|
|
|
|
|
|
|
|
|
|
|
|
void ListViewItem::paintCell(TQPainter* p_, const TQColorGroup& cg_,
|
|
|
|
void ListViewItem::paintCell(TQPainter* p_, const TQColorGroup& cg_,
|
|
|
|
int column_, int width_, int align_) {
|
|
|
|
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
|
|
|
|
// I can't call TDEListViewItem::paintCell since TDEListViewItem::backgroundCOlor(int) is
|
|
|
|
// not virtual. I need to be sure to call ListViewItem::backgroundColor(int);
|
|
|
|
// not virtual. I need to be sure to call ListViewItem::backgroundColor(int);
|
|
|
|
TQColorGroup cg = cg_;
|
|
|
|
TQColorGroup cg = cg_;
|
|
|
|