From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqpoint.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqpoint.html') diff --git a/doc/html/ntqpoint.html b/doc/html/ntqpoint.html index 1e0376aad..90003748c 100644 --- a/doc/html/ntqpoint.html +++ b/doc/html/ntqpoint.html @@ -115,7 +115,7 @@ be written to and read from a TQStream.

TQPoint::TQPoint ()

-

Constructs a point with coordinates (0, 0) (isNull() returns TRUE). +

Constructs a point with coordinates (0, 0) (isNull() returns true).

TQPoint::TQPoint ( int xpos, int ypos )

@@ -125,8 +125,8 @@ be written to and read from a TQStream.

bool TQPoint::isNull () const

-

Returns TRUE if both the x value and the y value are 0; otherwise -returns FALSE. +

Returns true if both the x value and the y value are 0; otherwise +returns false.

int TQPoint::manhattanLength () const

@@ -275,7 +275,7 @@ integers.

-

Returns TRUE if p1 and p2 are not equal; otherwise returns FALSE. +

Returns true if p1 and p2 are not equal; otherwise returns false.

const TQPoint operator* ( const TQPoint & p, int c )

@@ -356,7 +356,7 @@ the stream.

-

Returns TRUE if p1 and p2 are equal; otherwise returns FALSE. +

Returns true if p1 and p2 are equal; otherwise returns false.

TQDataStream & operator>> ( TQDataStream & s, TQPoint & p )

-- cgit v1.2.3