fix the build. however it is *very* unclear what colorGroup[()?] actually is. two suggestion would be using naming conventions like m_* to mark member variables and not to be too clever with namespaces.

svn path=/trunk/KDE/kdebase/workspace/; revision=1023561
icc-effect-5.14.5
Andreas Hartmetz 2009-09-14 22:36:29 +00:00
parent f6973ae9dd
commit 37ec3b56af
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace Nitrogen
{
// check colorgroup
assert( colorGroup() == QPalette::Active || colorGroup() == QPalette::Inactive );
assert( colorGroup == QPalette::Active || colorGroup == QPalette::Inactive );
// vertical offset
verticalOffset_ = ( NitrogenShadowConfiguration::colorGroup() == QPalette::Active ) ? 0:0.2;