summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvariant.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 14:55:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:49 +0900
commitccbc1c3572fd0e26480c1432fff55d2909545538 (patch)
tree2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/man/man3/tqvariant.3qt
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz
tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r--doc/man/man3/tqvariant.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt
index e197a7fc..a46e3567 100644
--- a/doc/man/man3/tqvariant.3qt
+++ b/doc/man/man3/tqvariant.3qt
@@ -71,7 +71,7 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "\fBQVariant\fR ( const QColorGroup & val )"
.br
.ti -1c
-.BI "\fBQVariant\fR ( const QIconSet & val )"
+.BI "\fBQVariant\fR ( const TQIconSet & val )"
.br
.ti -1c
.BI "\fBQVariant\fR ( const QPointArray & val )"
@@ -203,7 +203,7 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "const QColorGroup \fBtoColorGroup\fR () const"
.br
.ti -1c
-.BI "const QIconSet \fBtoIconSet\fR () const"
+.BI "const TQIconSet \fBtoIconSet\fR () const"
.br
.ti -1c
.BI "const QPointArray \fBtoPointArray\fR () const"
@@ -326,7 +326,7 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "QColorGroup & \fBasColorGroup\fR ()"
.br
.ti -1c
-.BI "QIconSet & \fBasIconSet\fR ()"
+.BI "TQIconSet & \fBasIconSet\fR ()"
.br
.ti -1c
.BI "QPointArray & \fBasPointArray\fR ()"
@@ -500,7 +500,7 @@ This enum type defines the types of variable that a QVariant can contain.
.TP
\fCQVariant::Font\fR - a QFont
.TP
-\fCQVariant::IconSet\fR - a QIconSet
+\fCQVariant::IconSet\fR - a TQIconSet
.TP
\fCQVariant::Image\fR - a TQImage
.TP
@@ -592,7 +592,7 @@ Constructs a new variant with a color value, \fIval\fR.
Constructs a new variant with a color palette value, \fIval\fR.
.SH "QVariant::QVariant ( const QColorGroup & val )"
Constructs a new variant with a color group value, \fIval\fR.
-.SH "QVariant::QVariant ( const QIconSet & val )"
+.SH "QVariant::QVariant ( const TQIconSet & val )"
Constructs a new variant with an icon set value, \fIval\fR.
.SH "QVariant::QVariant ( const QPointArray & val )"
Constructs a new variant with a point array value, \fIval\fR.
@@ -704,8 +704,8 @@ Tries to convert the variant to hold a QFont. If that is not possible the varian
Returns a reference to the stored font.
.PP
See also toFont().
-.SH "QIconSet & QVariant::asIconSet ()"
-Tries to convert the variant to hold a QIconSet value. If that is not possible the variant is set to an empty iconset.
+.SH "TQIconSet & QVariant::asIconSet ()"
+Tries to convert the variant to hold a TQIconSet value. If that is not possible the variant is set to an empty iconset.
.PP
Returns a reference to the stored iconset.
.PP
@@ -975,8 +975,8 @@ See also asDouble() and canCast().
Returns the variant as a QFont if the variant can be cast to Font; otherwise returns the application's default font.
.PP
See also asFont() and canCast().
-.SH "const QIconSet QVariant::toIconSet () const"
-Returns the variant as a QIconSet if the variant has type() IconSet; otherwise returns an icon set of null pixmaps.
+.SH "const TQIconSet QVariant::toIconSet () const"
+Returns the variant as a TQIconSet if the variant has type() IconSet; otherwise returns an icon set of null pixmaps.
.PP
See also asIconSet().
.SH "const TQImage QVariant::toImage () const"