Rename a few stragglers

(cherry picked from commit 93fa2e5cb6)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 17a246001d
commit e163cbf334

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

Loading…
Cancel
Save