From 3b1ef0d23e09d3d5fea4aec656cc26de5ebee4a7 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 7 Mar 2026 11:07:09 +0900
Subject: Remove use of KDE_IS_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/netlistviewitem.cpp | 5 -----
 1 file changed, 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);
-- 
cgit v1.2.3

