From 6dd781c483eea56f51ae0eff47d857976b5d0f0d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Jul 2025 11:44:58 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro --- doc/man/man3/tqdesktopwidget.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqdesktopwidget.3qt') diff --git a/doc/man/man3/tqdesktopwidget.3qt b/doc/man/man3/tqdesktopwidget.3qt index 6e8003a6f..6a54ceaa5 100644 --- a/doc/man/man3/tqdesktopwidget.3qt +++ b/doc/man/man3/tqdesktopwidget.3qt @@ -110,7 +110,7 @@ Returns the available geometry of the screen which contains \fIp\fR. .PP See also screenGeometry(). .SH "bool TQDesktopWidget::isVirtualDesktop () const" -Returns TRUE if the system manages the available screens in a virtual desktop; otherwise returns FALSE. +Returns true if the system manages the available screens in a virtual desktop; otherwise returns false. .PP For virtual desktops, screen() will always return the same widget. The size of the virtual desktop is the size of this desktop widget. .SH "int TQDesktopWidget::numScreens () const" @@ -128,7 +128,7 @@ Returns a widget that represents the screen with index \fIscreen\fR. This widget .PP .nf .br - TQPainter paint( TQApplication::desktop()->screen( 0 ), TRUE ); + TQPainter paint( TQApplication::desktop()->screen( 0 ), true ); .br paint.draw... .br -- cgit v1.2.3