diff options
Diffstat (limited to 'src/kernel/tqregion.h')
| -rw-r--r-- | src/kernel/tqregion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqregion.h b/src/kernel/tqregion.h index e8590cbdb..ff56ad665 100644 --- a/src/kernel/tqregion.h +++ b/src/kernel/tqregion.h @@ -58,7 +58,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(); @@ -101,7 +101,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; #endif #ifndef TQT_NO_DATASTREAM |
