summaryrefslogtreecommitdiffstats
path: root/src/styles/tqcompactstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tqcompactstyle.cpp')
-rw-r--r--src/styles/tqcompactstyle.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/tqcompactstyle.cpp b/src/styles/tqcompactstyle.cpp
index 440c379e4..83a6c8656 100644
--- a/src/styles/tqcompactstyle.cpp
+++ b/src/styles/tqcompactstyle.cpp
@@ -331,9 +331,9 @@ void TQCompactStyle::drawPrimitive( PrimitiveElement pe,
int checkcol = styleHint(SH_MenuIndicatorColumnWidth, ceData, elementFlags, opt, NULL, NULL);
if ( act && !dis ) {
- qDrawShadePanel( p, x, y, checkcol, h, cg, TRUE, 1, &cg.brush( TQColorGroup::Button ) );
+ qDrawShadePanel( p, x, y, checkcol, h, cg, true, 1, &cg.brush( TQColorGroup::Button ) );
} else {
- qDrawShadePanel( p, x, y, checkcol, h, cg, TRUE, 1, &cg.brush( TQColorGroup::Midlight ) );
+ qDrawShadePanel( p, x, y, checkcol, h, cg, true, 1, &cg.brush( TQColorGroup::Midlight ) );
}
}
break;
@@ -341,7 +341,7 @@ void TQCompactStyle::drawPrimitive( PrimitiveElement pe,
{
int checkcol = styleHint(SH_MenuIndicatorColumnWidth, ceData, elementFlags, opt, NULL, NULL);
- qDrawShadePanel( p, x, y, checkcol, h, cg, FALSE, 1, &cg.brush( TQColorGroup::Button ) );
+ qDrawShadePanel( p, x, y, checkcol, h, cg, false, 1, &cg.brush( TQColorGroup::Button ) );
}
break;
case PE_MenuItemIndicatorCheck: