summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-05 14:54:22 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-06 19:27:41 +0900
commiteac5fa9db4545dd832b13bc5f79d7bb5d274c62b (patch)
treea11ebdcd9d44be4b20015092dd61e70cd5b2fefa /style
parent6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e (diff)
downloadtde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.tar.gz
tde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.zip
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 610b0fea26e0855ea2ded8d935288378335346b6)
Diffstat (limited to 'style')
-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;
}