diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqvariant.3qt | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r-- | doc/man/man3/tqvariant.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt index 638616e42..339275a40 100644 --- a/doc/man/man3/tqvariant.3qt +++ b/doc/man/man3/tqvariant.3qt @@ -101,7 +101,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( const TQBitArray & val )" .br .ti -1c -.BI "\fBQVariant\fR ( const QKeySequence & val )" +.BI "\fBQVariant\fR ( const TQKeySequence & val )" .br .ti -1c .BI "\fBQVariant\fR ( const TQPen & val )" @@ -233,7 +233,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const TQBitArray \fBtoBitArray\fR () const" .br .ti -1c -.BI "const QKeySequence \fBtoKeySequence\fR () const" +.BI "const TQKeySequence \fBtoKeySequence\fR () const" .br .ti -1c .BI "const TQPen \fBtoPen\fR () const" @@ -356,7 +356,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "TQBitArray & \fBasBitArray\fR ()" .br .ti -1c -.BI "QKeySequence & \fBasKeySequence\fR ()" +.BI "TQKeySequence & \fBasKeySequence\fR ()" .br .ti -1c .BI "TQPen & \fBasPen\fR ()" @@ -506,7 +506,7 @@ This enum type defines the types of variable that a QVariant can contain. .TP \fCQVariant::Int\fR - an int .TP -\fCQVariant::KeySequence\fR - a QKeySequence +\fCQVariant::KeySequence\fR - a TQKeySequence .TP \fCQVariant::List\fR - a TQValueList<QVariant> .TP @@ -614,7 +614,7 @@ Constructs a new variant with a date/time value, \fIval\fR. Constructs a new variant with a bytearray value, \fIval\fR. .SH "QVariant::QVariant ( const TQBitArray & val )" Constructs a new variant with a bitarray value, \fIval\fR. -.SH "QVariant::QVariant ( const QKeySequence & val )" +.SH "QVariant::QVariant ( const TQKeySequence & val )" Constructs a new variant with a key sequence value, \fIval\fR. .SH "QVariant::QVariant ( const TQPen & val )" Constructs a new variant with a pen value, \fIval\fR. @@ -718,8 +718,8 @@ Returns a reference to the stored image. See also toImage(). .SH "int & QVariant::asInt ()" Returns the variant's value as int reference. -.SH "QKeySequence & QVariant::asKeySequence ()" -Tries to convert the variant to hold a QKeySequence value. If that is not possible then the variant is set to an empty key sequence. +.SH "TQKeySequence & QVariant::asKeySequence ()" +Tries to convert the variant to hold a TQKeySequence value. If that is not possible then the variant is set to an empty key sequence. .PP Returns a reference to the stored key sequence. .PP @@ -989,8 +989,8 @@ Returns the variant as an int if the variant can be cast to Int; otherwise retur If \fIok\fR is non-null: \fI*ok\fR is set to TRUE if the value could be converted to an int; otherwise \fI*ok\fR is set to FALSE. .PP See also asInt() and canCast(). -.SH "const QKeySequence QVariant::toKeySequence () const" -Returns the variant as a QKeySequence if the variant can be cast to a KeySequence; otherwise returns an empty key sequence. +.SH "const TQKeySequence QVariant::toKeySequence () const" +Returns the variant as a TQKeySequence if the variant can be cast to a KeySequence; otherwise returns an empty key sequence. .PP See also asKeySequence() and canCast(). .SH "const TQValueList<QVariant> QVariant::toList () const" |