diff options
Diffstat (limited to 'doc/man/man3/tqlayout.3qt')
-rw-r--r-- | doc/man/man3/tqlayout.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlayout.3qt b/doc/man/man3/tqlayout.3qt index e7dfe53c7..95f095d69 100644 --- a/doc/man/man3/tqlayout.3qt +++ b/doc/man/man3/tqlayout.3qt @@ -93,7 +93,7 @@ Inherited by QGridLayout and QBoxLayout. .BI "virtual TQSize \fBmaximumSize\fR () const" .br .ti -1c -.BI "virtual void \fBsetGeometry\fR ( const QRect & r ) = 0" +.BI "virtual void \fBsetGeometry\fR ( const TQRect & r ) = 0" .br .ti -1c .BI "virtual QLayoutIterator \fBiterator\fR () = 0" @@ -135,7 +135,7 @@ Inherited by QGridLayout and QBoxLayout. .BI "void \fBsetSupportsMargin\fR ( bool b )" .br .ti -1c -.BI "QRect \fBalignmentRect\fR ( const QRect & r ) const" +.BI "TQRect \fBalignmentRect\fR ( const TQRect & r ) const" .br .in -1c .SH DESCRIPTION @@ -201,7 +201,7 @@ Examples: .)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp. .PP Reimplemented in QGridLayout and QBoxLayout. -.SH "QRect QLayout::alignmentRect ( const QRect & r ) const\fC [protected]\fR" +.SH "TQRect QLayout::alignmentRect ( const TQRect & r ) const\fC [protected]\fR" Returns the rectangle that should be covered when the geometry of this layout is set to \fIr\fR, provided that this layout supports setAlignment(). .PP The result is derived from sizeHint() and expanding(). It is never larger than \fIr\fR. @@ -320,7 +320,7 @@ An enabled layout adjusts dynamically to changes; a disabled layout acts as if i By default all layouts are enabled. .PP See also isEnabled(). -.SH "void QLayout::setGeometry ( const QRect & r )\fC [pure virtual]\fR" +.SH "void QLayout::setGeometry ( const TQRect & r )\fC [pure virtual]\fR" This function is reimplemented in subclasses to perform layout. .PP The default implementation maintains the geometry() information given by rect \fIr\fR. Reimplementors must call this function. |