Rename a few stragglers

pull/1/head
Timothy Pearson 13 years ago
parent c18386d69b
commit 93fa2e5cb6

@ -511,9 +511,9 @@ hoverSect( TQTC_NO_SECT ) {
#endif #endif
if ( PROFILE_RAISED != pmProfile ) if ( PROFILE_RAISED != pmProfile )
shadeColors( tqApp->tqpalette().active().highlight(), menuPbar ); shadeColors( tqApp->palette().active().highlight(), menuPbar );
else else
shadeGradient( tqApp->tqpalette().active().highlight(), menuPbar ); shadeGradient( tqApp->palette().active().highlight(), menuPbar );
shadeColors( tqApp->palette().active().background(), gray ); shadeColors( tqApp->palette().active().background(), gray );
shadeColors( tqApp->palette().active().button(), button ); shadeColors( tqApp->palette().active().button(), button );
} }
@ -556,11 +556,11 @@ void KlearlookStyle::polish( TQPalette &pal ) {
shadeColors( tqApp->palette().active().button(), button ); shadeColors( tqApp->palette().active().button(), button );
if ( PROFILE_RAISED == pmProfile ) { if ( PROFILE_RAISED == pmProfile ) {
if ( newContrast || menuPbar[ NUM_SHADES ] != tqApp->tqpalette().active().highlight() ) if ( newContrast || menuPbar[ NUM_SHADES ] != tqApp->palette().active().highlight() )
shadeColors( tqApp->tqpalette().active().highlight(), menuPbar ); shadeColors( tqApp->palette().active().highlight(), menuPbar );
} else } else
if ( tqApp->tqpalette().active().highlight() != menuPbar[ GRADIENT_BASE ] ) if ( tqApp->palette().active().highlight() != menuPbar[ GRADIENT_BASE ] )
shadeGradient( tqApp->tqpalette().active().highlight(), menuPbar ); shadeGradient( tqApp->palette().active().highlight(), menuPbar );
const TQColorGroup &actGroup = pal.active(), const TQColorGroup &actGroup = pal.active(),
&inactGroup = pal.inactive(); &inactGroup = pal.inactive();

Loading…
Cancel
Save