summaryrefslogtreecommitdiffstats
path: root/style/polish.cpp
diff options
context:
space:
mode:
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;
}