diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 11:07:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 11:07:09 +0900 |
| commit | 3b1ef0d23e09d3d5fea4aec656cc26de5ebee4a7 (patch) | |
| tree | f364e1ee6778409e8442feb15f74466bd60ce35f | |
| parent | a00b0d255068eb2ea53a0d45787a64638e447b80 (diff) | |
| download | wlassistant-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.cpp | 5 |
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); |
