summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlayoutitem.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqlayoutitem.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e0.tar.gz
tqt-1e9fa8e0.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlayoutitem.3qt')
-rw-r--r--doc/man/man3/tqlayoutitem.3qt8
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: