summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimage-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqimage-h.html')
-rw-r--r--doc/html/tqimage-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqimage-h.html b/doc/html/tqimage-h.html
index 942fdc3d3..861aad01b 100644
--- a/doc/html/tqimage-h.html
+++ b/doc/html/tqimage-h.html
@@ -166,7 +166,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
@@ -196,7 +196,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;