summaryrefslogtreecommitdiffstats
path: root/src/netlistviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlistviewitem.cpp')
-rw-r--r--src/netlistviewitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/netlistviewitem.cpp b/src/netlistviewitem.cpp
index 2635e06..96d03a8 100644
--- a/src/netlistviewitem.cpp
+++ b/src/netlistviewitem.cpp
@@ -44,10 +44,10 @@ void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column
bgColor = cg.color( TQColorGroup::Background);
else {
#if KDE_IS_VERSION(3,4,0)
- bgColor = ((KListViewItem*)this)->backgroundColor(column);
+ bgColor = ((TDEListViewItem*)this)->backgroundColor(column);
#else
- bgColor = ((KListViewItem*)this)->backgroundColor();
+ bgColor = ((TDEListViewItem*)this)->backgroundColor();
#endif
}
@@ -165,7 +165,7 @@ void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column
}
default:
- KListViewItem::paintCell(p, cg, column, width, alignment);
+ TDEListViewItem::paintCell(p, cg, column, width, alignment);
} //switch
}