summaryrefslogtreecommitdiffstats
path: root/src/netlistviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlistviewitem.cpp')
-rw-r--r--src/netlistviewitem.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/netlistviewitem.cpp b/src/netlistviewitem.cpp
index 8c9f7f9..42426aa 100644
--- a/src/netlistviewitem.cpp
+++ b/src/netlistviewitem.cpp
@@ -43,12 +43,7 @@ void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column
if (mConnected)
bgColor = cg.color( TQColorGroup::Background);
else {
-#if KDE_IS_VERSION(3,4,0)
bgColor = ((TDEListViewItem*)this)->backgroundColor(column);
-#else
-
- bgColor = ((TDEListViewItem*)this)->backgroundColor();
-#endif
}
fgColor = cg.color( TQColorGroup::Text);