summaryrefslogtreecommitdiffstats
path: root/style/polish.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-05 14:54:22 +0200
committergregory guy <gregory-tde@laposte.net>2021-10-06 11:13:05 +0200
commit610b0fea26e0855ea2ded8d935288378335346b6 (patch)
tree79ae8f19d6e41b985729f79c3aadb4c0db5deefc /style/polish.cpp
parent6216a7aa09fecd0262e90e9ee596eb711f8f65ad (diff)
downloadtde-style-baghira-610b0fea26e0855ea2ded8d935288378335346b6.tar.gz
tde-style-baghira-610b0fea26e0855ea2ded8d935288378335346b6.zip
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'style/polish.cpp')
-rw-r--r--style/polish.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/style/polish.cpp b/style/polish.cpp
index 49ceeb8..a810d37 100644
--- a/style/polish.cpp
+++ b/style/polish.cpp
@@ -403,10 +403,8 @@ void LiquidStyle::polish( const TQStyleControlElementData &ceData, ControlElemen
w->setPalette( pal );
}
else
-#if !KDE_IS_VERSION(3,4,3)
- if (!(w->parent() && w->parent()->inherits("MiniBar")))
-#endif
- w->setBackgroundMode( TQWidget::NoBackground);
+ w->setBackgroundMode( TQWidget::NoBackground);
+
installObjectEventHandler(ceData, elementFlags, ptr, this);
goto kstpolish;
}