summaryrefslogtreecommitdiffstats
path: root/tdegtk/tqtcairopainter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r--tdegtk/tqtcairopainter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h
index c8f53de..874e599 100644
--- a/tdegtk/tqtcairopainter.h
+++ b/tdegtk/tqtcairopainter.h
@@ -55,10 +55,10 @@ class TQ_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class
void transferIntermediateSurface();
bool intermediateSurfaceInUse() const;
- void updatePen(bool backgroundStroke=FALSE);
+ void updatePen(bool backgroundStroke=false);
void dualStrokePen();
- void updateBrush(bool backgroundStroke=FALSE, cairo_fill_rule_t fillMethod=CAIRO_FILL_RULE_WINDING);
+ void updateBrush(bool backgroundStroke=false, cairo_fill_rule_t fillMethod=CAIRO_FILL_RULE_WINDING);
void dualStrokeBrush(cairo_fill_rule_t fillMethod=CAIRO_FILL_RULE_WINDING);
void drawPolygon(const TQPointArray* pointarray, bool winding, bool fill, bool close);