diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-05 14:54:22 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-10-06 11:13:05 +0200 |
commit | 610b0fea26e0855ea2ded8d935288378335346b6 (patch) | |
tree | 79ae8f19d6e41b985729f79c3aadb4c0db5deefc /style/polish.cpp | |
parent | 6216a7aa09fecd0262e90e9ee596eb711f8f65ad (diff) | |
download | tde-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.cpp | 6 |
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; } |