diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/man/man3/qrect.3qt | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/man/man3/qrect.3qt')
-rw-r--r-- | doc/man/man3/qrect.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/qrect.3qt b/doc/man/man3/qrect.3qt index 1d2cbac6f..6dfe4b92a 100644 --- a/doc/man/man3/qrect.3qt +++ b/doc/man/man3/qrect.3qt @@ -9,7 +9,7 @@ .SH NAME QRect \- Defines a rectangle in the plane .SH SYNOPSIS -\fC#include <qrect.h>\fR +\fC#include <ntqrect.h>\fR .PP .SS "Public Members" .in +1c @@ -229,7 +229,7 @@ The QRect class defines a rectangle in the plane. .PP A rectangle is internally represented as an upper-left corner and a bottom-right corner, but it is normally expressed as an upper-left corner and a size. .PP -The coordinate type is QCOORD (defined in qwindowdefs.h as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). +The coordinate type is QCOORD (defined in ntqwindowdefs.h as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). .PP Note that the size (width and height) of a rectangle might be different from what you are used to. If the top-left corner and the bottom-right corner are the same, the height and the width of the rectangle will both be 1. .PP @@ -637,7 +637,7 @@ Reads a QRect from the stream \fIs\fR into rect \fIr\fR and returns a reference See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qrect.html +.BR http://doc.trolltech.com/ntqrect.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |