diff options
Diffstat (limited to 'doc/man/man3/tqdesktopwidget.3qt')
-rw-r--r-- | doc/man/man3/tqdesktopwidget.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |