diff --git a/clients/oxygen/oxygenbutton.cpp b/clients/oxygen/oxygenbutton.cpp index 213176baf3..681dd088e6 100644 --- a/clients/oxygen/oxygenbutton.cpp +++ b/clients/oxygen/oxygenbutton.cpp @@ -119,7 +119,7 @@ namespace Oxygen //___________________________________________________ bool OxygenButton::animateButtonHover( void ) const - { return client_.configuration().useAnimations(); } + { return client_.useAnimations(); } //___________________________________________________ QSize OxygenButton::sizeHint() const diff --git a/clients/oxygen/oxygenshadowcache.h b/clients/oxygen/oxygenshadowcache.h index 8d704de0b4..7262ceb686 100644 --- a/clients/oxygen/oxygenshadowcache.h +++ b/clients/oxygen/oxygenshadowcache.h @@ -31,7 +31,7 @@ #include #include "oxygenshadowconfiguration.h" -#include "tileset.h" +#include "helper.h" class OxygenHelper; @@ -44,7 +44,7 @@ namespace Oxygen public: //! constructor - OxygenShadowCache( OxygenHelper& helper, int maxIndex ); + OxygenShadowCache( OxygenDecoHelper& helper, int maxIndex ); //! destructor virtual ~OxygenShadowCache( void )