explicitely use oxygendecohelper rather than oxygenhelper

svn path=/trunk/KDE/kdebase/workspace/; revision=1099031
icc-effect-5.14.5
Hugo Pereira Da Costa 2010-03-04 22:51:08 +00:00
parent 8d1314a26b
commit 84868a37c6
2 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ namespace Oxygen
//___________________________________________________ //___________________________________________________
bool OxygenButton::animateButtonHover( void ) const bool OxygenButton::animateButtonHover( void ) const
{ return client_.configuration().useAnimations(); } { return client_.useAnimations(); }
//___________________________________________________ //___________________________________________________
QSize OxygenButton::sizeHint() const QSize OxygenButton::sizeHint() const

View File

@ -31,7 +31,7 @@
#include <QtGui/QRadialGradient> #include <QtGui/QRadialGradient>
#include "oxygenshadowconfiguration.h" #include "oxygenshadowconfiguration.h"
#include "tileset.h" #include "helper.h"
class OxygenHelper; class OxygenHelper;
@ -44,7 +44,7 @@ namespace Oxygen
public: public:
//! constructor //! constructor
OxygenShadowCache( OxygenHelper& helper, int maxIndex ); OxygenShadowCache( OxygenDecoHelper& helper, int maxIndex );
//! destructor //! destructor
virtual ~OxygenShadowCache( void ) virtual ~OxygenShadowCache( void )