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
{ return client_.configuration().useAnimations(); }
{ return client_.useAnimations(); }
//___________________________________________________
QSize OxygenButton::sizeHint() const

View File

@ -31,7 +31,7 @@
#include <QtGui/QRadialGradient>
#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 )