explicitely use oxygendecohelper rather than oxygenhelper
svn path=/trunk/KDE/kdebase/workspace/; revision=1099031
This commit is contained in:
parent
8d1314a26b
commit
84868a37c6
2 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ namespace Oxygen
|
|||
|
||||
//___________________________________________________
|
||||
bool OxygenButton::animateButtonHover( void ) const
|
||||
{ return client_.configuration().useAnimations(); }
|
||||
{ return client_.useAnimations(); }
|
||||
|
||||
//___________________________________________________
|
||||
QSize OxygenButton::sizeHint() const
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue