summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstyleoption.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/tqstyleoption.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/tqstyleoption.3qt')
-rw-r--r--doc/man/man3/tqstyleoption.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt
index 05964ac21..e51c82131 100644
--- a/doc/man/man3/tqstyleoption.3qt
+++ b/doc/man/man3/tqstyleoption.3qt
@@ -53,7 +53,7 @@ TQStyleOption \- Optional parameters for TQStyle functions
.BI "\fBTQStyleOption\fR ( TQt::ArrowType a )"
.br
.ti -1c
-.BI "\fBTQStyleOption\fR ( const QRect & r )"
+.BI "\fBTQStyleOption\fR ( const TQRect & r )"
.br
.ti -1c
.BI "\fBTQStyleOption\fR ( TQWidget * w )"
@@ -104,7 +104,7 @@ TQStyleOption \- Optional parameters for TQStyle functions
.BI "TQt::ArrowType \fBarrowType\fR () const"
.br
.ti -1c
-.BI "QRect \fBrect\fR () const"
+.BI "TQRect \fBrect\fR () const"
.br
.ti -1c
.BI "TQWidget * \fBwidget\fR () const"
@@ -156,8 +156,8 @@ Pass a QListViewItem, \fIi\fR.
Pass a QCheckListItem, \fIi\fR.
.SH "TQStyleOption::TQStyleOption ( TQt::ArrowType a )"
Pass an TQt::ArrowType, \fIa\fR.
-.SH "TQStyleOption::TQStyleOption ( const QRect & r )"
-Pass a QRect, \fIr\fR.
+.SH "TQStyleOption::TQStyleOption ( const TQRect & r )"
+Pass a TQRect, \fIr\fR.
.SH "TQStyleOption::TQStyleOption ( TQWidget * w )"
Pass a TQWidget, \fIw\fR.
.SH "TQt::ArrowType TQStyleOption::arrowType () const"
@@ -186,7 +186,7 @@ Returns the maximum width of the menu item check area if the appropriate constru
Returns a menu item if the appropriate constructor was called; otherwise the return value is undefined.
.SH "int TQStyleOption::midLineWidth () const"
Returns the mid-line width if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QRect TQStyleOption::rect () const"
+.SH "TQRect TQStyleOption::rect () const"
Returns a rectangle if the appropriate constructor was called; otherwise the return value is undefined.
.SH "QTab * TQStyleOption::tab () const"
Returns a QTabBar tab if the appropriate constructor was called; otherwise the return value is undefined.