summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqpoint.cpp')
-rw-r--r--src/kernel/tqpoint.cpp10
1 files changed, 5 insertions, 5 deletions
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.
*/
/*!