summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpaintdevice-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqpaintdevice-h.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpaintdevice-h.html')
-rw-r--r--doc/html/tqpaintdevice-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqpaintdevice-h.html b/doc/html/tqpaintdevice-h.html
index dafd2f49e..f92441d7c 100644
--- a/doc/html/tqpaintdevice-h.html
+++ b/doc/html/tqpaintdevice-h.html
@@ -243,7 +243,7 @@ protected:
void copyX11Data( const TQPaintDevice * );
void cloneX11Data( const TQPaintDevice * );
virtual void setX11Data( const TQPaintDeviceX11Data* );
- TQPaintDeviceX11Data* getX11Data( bool def=FALSE ) const;
+ TQPaintDeviceX11Data* getX11Data( bool def=false ) const;
#elif defined(TQ_WS_MAC)
#if !defined( TQMAC_NO_QUARTZ )
CGContextRef ctx;
@@ -263,7 +263,7 @@ protected:
friend class TQPaintDeviceMetrics;
#if defined(TQ_WS_MAC)
#ifndef TQMAC_NO_QUARTZ
- virtual CGContextRef macCGContext(bool clipped=TRUE) const;
+ virtual CGContextRef macCGContext(bool clipped=true) const;
#endif
friend TQ_EXPORT void unclippedScaledBitBlt( TQPaintDevice *, int, int, int, int,
const TQPaintDevice *, int, int, int, int, TQt::RasterOp, bool, bool );
@@ -313,7 +313,7 @@ private: // Disabled copy constructor and operator=
TQ_EXPORT
void bitBlt( TQPaintDevice *dst, int dx, int dy,
const TQPaintDevice *src, int sx=0, int sy=0, int sw=-1, int sh=-1,
- TQt::RasterOp = TQt::CopyROP, bool ignoreMask=FALSE );
+ TQt::RasterOp = TQt::CopyROP, bool ignoreMask=false );
TQ_EXPORT
void bitBlt( TQPaintDevice *dst, int dx, int dy,
@@ -428,7 +428,7 @@ inline bool TQPaintDevice::x11AppDefaultVisual()
TQ_EXPORT
inline void bitBlt( TQPaintDevice *dst, const TQPoint &amp;dp,
const TQPaintDevice *src, const TQRect &amp;sr =TQRect(0,0,-1,-1),
- TQt::RasterOp rop=TQt::CopyROP, bool ignoreMask=FALSE )
+ TQt::RasterOp rop=TQt::CopyROP, bool ignoreMask=false )
{
bitBlt( dst, dp.x(), dp.y(), src, sr.x(), sr.y(), sr.width(), sr.height(),
rop, ignoreMask );