From 47a397ebef7a636497e75a8da81afffbffa30dda Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Thu, 14 Jul 2016 18:17:41 +0200 Subject: [PATCH] Fixed kde4 compilation --- kstyle/breezestyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index 8973c4ba..4354f210 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -605,7 +605,6 @@ namespace Breeze switch( hint ) { - case SH_Widget_Animate: return StyleConfigData::animationsEnabled(); case SH_RubberBand_Mask: { @@ -647,6 +646,7 @@ namespace Breeze case SH_Menu_SloppySubMenus: return true; #if QT_VERSION >= 0x050000 + case SH_Widget_Animate: return StyleConfigData::animationsEnabled(); case SH_Menu_SupportsSections: return true; #endif