diff options
Diffstat (limited to 'doc/html/qregion-h.html')
| -rw-r--r-- | doc/html/qregion-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qregion-h.html b/doc/html/qregion-h.html index 930a1b569..8c93692cd 100644 --- a/doc/html/qregion-h.html +++ b/doc/html/qregion-h.html @@ -94,7 +94,7 @@ public: TQRegion(); TQRegion( int x, int y, int w, int h, RegionType = Rectangle ); TQRegion( const TQRect &, RegionType = Rectangle ); - TQRegion( const TQPointArray &, bool winding=FALSE ); + TQRegion( const TQPointArray &, bool winding=false ); TQRegion( const TQRegion & ); TQRegion( const TQBitmap & ); ~TQRegion(); @@ -137,7 +137,7 @@ public: #elif defined(TQ_WS_X11) Region handle() const { if(!data->rgn) updateX11Region(); return data->rgn; } #elif defined(TQ_WS_MAC) - RgnHandle handle(bool require_rgn=FALSE) const; + RgnHandle handle(bool require_rgn=false) const; #elif defined(TQ_WS_QWS) // TQGfx_QWS needs this for region drawing void * handle() const { return data->rgn; } |
