summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 11:07:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 11:07:09 +0900
commit3b1ef0d23e09d3d5fea4aec656cc26de5ebee4a7 (patch)
treef364e1ee6778409e8442feb15f74466bd60ce35f
parenta00b0d255068eb2ea53a0d45787a64638e447b80 (diff)
downloadwlassistant-remove/kde-is-version.tar.gz
wlassistant-remove/kde-is-version.zip
Remove use of KDE_IS_VERSIONremove/kde-is-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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);