summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstyleoption.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/man/man3/tqstyleoption.3qt
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
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 e51c82131..7731f990b 100644
--- a/doc/man/man3/tqstyleoption.3qt
+++ b/doc/man/man3/tqstyleoption.3qt
@@ -47,7 +47,7 @@ TQStyleOption \- Optional parameters for TQStyle functions
.BI "\fBTQStyleOption\fR ( QListViewItem * i )"
.br
.ti -1c
-.BI "\fBTQStyleOption\fR ( QCheckListItem * i )"
+.BI "\fBTQStyleOption\fR ( TQCheckListItem * i )"
.br
.ti -1c
.BI "\fBTQStyleOption\fR ( TQt::ArrowType a )"
@@ -95,7 +95,7 @@ TQStyleOption \- Optional parameters for TQStyle functions
.BI "QTab * \fBtab\fR () const"
.br
.ti -1c
-.BI "QCheckListItem * \fBcheckListItem\fR () const"
+.BI "TQCheckListItem * \fBcheckListItem\fR () const"
.br
.ti -1c
.BI "QListViewItem * \fBlistViewItem\fR () const"
@@ -152,8 +152,8 @@ Pass a color, \fIc\fR.
Pass a QTab, \fIt\fR.
.SH "TQStyleOption::TQStyleOption ( QListViewItem * i )"
Pass a QListViewItem, \fIi\fR.
-.SH "TQStyleOption::TQStyleOption ( QCheckListItem * i )"
-Pass a QCheckListItem, \fIi\fR.
+.SH "TQStyleOption::TQStyleOption ( TQCheckListItem * i )"
+Pass a TQCheckListItem, \fIi\fR.
.SH "TQStyleOption::TQStyleOption ( TQt::ArrowType a )"
Pass an TQt::ArrowType, \fIa\fR.
.SH "TQStyleOption::TQStyleOption ( const TQRect & r )"
@@ -162,7 +162,7 @@ Pass a TQRect, \fIr\fR.
Pass a TQWidget, \fIw\fR.
.SH "TQt::ArrowType TQStyleOption::arrowType () const"
Returns an arrow type if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QCheckListItem * TQStyleOption::checkListItem () const"
+.SH "TQCheckListItem * TQStyleOption::checkListItem () const"
Returns a check list item if the appropriate constructor was called; otherwise the return value is undefined.
.SH "const TQColor & TQStyleOption::color () const"
Returns a color if the appropriate constructor was called; otherwise the return value is undefined.