fixed use of oxygendecohelper
svn path=/trunk/KDE/kdebase/workspace/; revision=1099040
This commit is contained in:
parent
84868a37c6
commit
6f788c9fdd
2 changed files with 2 additions and 2 deletions
|
@ -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 ) ),
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue