diff options
Diffstat (limited to 'doc/man/man3/tqlayoutitem.3qt')
-rw-r--r-- | doc/man/man3/tqlayoutitem.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt index 44abfe8d5..7a4577599 100644 --- a/doc/man/man3/tqlayoutitem.3qt +++ b/doc/man/man3/tqlayoutitem.3qt @@ -34,10 +34,10 @@ Inherited by QLayout, QSpacerItem, and TQWidgetItem. .BI "virtual TQSizePolicy::ExpandData \fBexpanding\fR () const = 0" .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 QRect \fBgeometry\fR () const = 0" +.BI "virtual TQRect \fBgeometry\fR () const = 0" .br .ti -1c .BI "virtual bool \fBisEmpty\fR () const = 0" @@ -93,7 +93,7 @@ Returns the alignment of this item. Implemented in subclasses to return the direction(s) this item" wants" to expand in (if any). .PP Reimplemented in QLayout, QSpacerItem, and TQWidgetItem. -.SH "QRect QLayoutItem::geometry () const\fC [pure virtual]\fR" +.SH "TQRect QLayoutItem::geometry () const\fC [pure virtual]\fR" Returns the rectangle covered by this layout item. .PP Example: customlayout/border.cpp. @@ -179,7 +179,7 @@ Reimplemented in QLayout, QSpacerItem, and TQWidgetItem. Sets the alignment of this item to \fIa\fR, which is a bitwise OR of the TQt::AlignmentFlags. Not all subclasses support alignment. .PP Example: chart/optionsform.cpp. -.SH "void QLayoutItem::setGeometry ( const QRect & r )\fC [pure virtual]\fR" +.SH "void QLayoutItem::setGeometry ( const TQRect & r )\fC [pure virtual]\fR" Implemented in subclasses to set this item's geometry to \fIr\fR. .PP Examples: |