From eac5fa9db4545dd832b13bc5f79d7bb5d274c62b Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 5 Oct 2021 14:54:22 +0200 Subject: Remove definition KDE_IS_VERSION. Signed-off-by: gregory guy (cherry picked from commit 610b0fea26e0855ea2ded8d935288378335346b6) --- style/polish.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'style/polish.cpp') 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; } -- cgit v1.2.1