diff options
Diffstat (limited to 'doc/man/man3/qsize.3qt')
-rw-r--r-- | doc/man/man3/qsize.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/qsize.3qt b/doc/man/man3/qsize.3qt index 199261f48..52166c006 100644 --- a/doc/man/man3/qsize.3qt +++ b/doc/man/man3/qsize.3qt @@ -9,7 +9,7 @@ .SH NAME QSize \- Defines the size of a two-dimensional object .SH SYNOPSIS -\fC#include <qsize.h>\fR +\fC#include <ntqsize.h>\fR .PP .SS "Public Members" .in +1c @@ -127,7 +127,7 @@ The QSize class defines the size of a two-dimensional object. .PP A size is specified by a width and a height. .PP -The coordinate type is QCOORD (defined in \fC<qwindowdefs.h>\fR 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 \fC<ntqwindowdefs.h>\fR as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). .PP The size can be set in the constructor and changed with setWidth() and setHeight(), or using operator+=(), operator-=(), operator*=() and operator/=(), etc. You can swap the width and height with transpose(). You can get a size which holds the maximum height and width of two sizes using expandedTo(), and the minimum height and width of two sizes using boundedTo(). .PP @@ -345,7 +345,7 @@ Reads the size from the stream \fIs\fR into size \fIsz\fR and returns a referenc See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsize.html +.BR http://doc.trolltech.com/ntqsize.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |