diff options
Diffstat (limited to 'src/kernel/tqimage.h')
| -rw-r--r-- | src/kernel/tqimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqimage.h b/src/kernel/tqimage.h index 605b3551c..41e8b717c 100644 --- a/src/kernel/tqimage.h +++ b/src/kernel/tqimage.h @@ -131,7 +131,7 @@ public: void reset(); void fill( uint pixel ); - void invertPixels( bool invertAlpha = TRUE ); + void invertPixels( bool invertAlpha = true ); TQImage convertDepth( int ) const; #ifndef TQT_NO_IMAGE_TRUECOLOR @@ -161,7 +161,7 @@ public: TQImage createAlphaMask( int conversion_flags=0 ) const; #endif #ifndef TQT_NO_IMAGE_HEURISTIC_MASK - TQImage createHeuristicMask( bool clipTight=TRUE ) const; + TQImage createHeuristicMask( bool clipTight=true ) const; #endif #ifndef TQT_NO_IMAGE_MIRROR TQImage mirror() const; |
