From 7d612f7c91d55501276a385a30dbadb121e7bd9f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 8 Dec 2025 15:17:51 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 8 Signed-off-by: Michele Calgaro --- src/kernel/tqpoint.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/kernel/tqpoint.cpp') diff --git a/src/kernel/tqpoint.cpp b/src/kernel/tqpoint.cpp index e9237521c..fe7ff3a22 100644 --- a/src/kernel/tqpoint.cpp +++ b/src/kernel/tqpoint.cpp @@ -98,7 +98,7 @@ /*! \fn TQPoint::TQPoint() - Constructs a point with coordinates (0, 0) (isNull() returns TRUE). + Constructs a point with coordinates (0, 0) (isNull() returns true). */ /*! @@ -110,8 +110,8 @@ /*! \fn 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. */ /*! @@ -243,7 +243,7 @@ \relates TQPoint - Returns TRUE if \a p1 and \a p2 are equal; otherwise returns FALSE. + Returns true if \a p1 and \a p2 are equal; otherwise returns false. */ /*! @@ -251,7 +251,7 @@ \relates TQPoint - Returns TRUE if \a p1 and \a p2 are not equal; otherwise returns FALSE. + Returns true if \a p1 and \a p2 are not equal; otherwise returns false. */ /*! -- cgit v1.2.3