fixed use of oxygendecohelper

svn path=/trunk/KDE/kdebase/workspace/; revision=1099040
This commit is contained in:
Hugo Pereira Da Costa 2010-03-04 22:57:33 +00:00
parent 84868a37c6
commit 6f788c9fdd
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ namespace Oxygen
{ {
//_______________________________________________________ //_______________________________________________________
OxygenShadowCache::OxygenShadowCache( OxygenHelper& helper, int maxIndex ): OxygenShadowCache::OxygenShadowCache( OxygenDecoHelper& helper, int maxIndex ):
helper_( helper ), helper_( helper ),
maxIndex_( maxIndex ), maxIndex_( maxIndex ),
activeShadowConfiguration_( OxygenShadowConfiguration( QPalette::Active ) ), activeShadowConfiguration_( OxygenShadowConfiguration( QPalette::Active ) ),

View file

@ -164,7 +164,7 @@ namespace Oxygen
void renderGradient( QPainter&, const QRectF&, const QRadialGradient&, bool hasBorder = true ) const; void renderGradient( QPainter&, const QRectF&, const QRadialGradient&, bool hasBorder = true ) const;
//! helper //! helper
OxygenHelper& helper_; OxygenDecoHelper& helper_;
//! max index //! max index
/*! it is used to set caches max cost, and calculate animation opacity */ /*! it is used to set caches max cost, and calculate animation opacity */