summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvariant.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r--doc/man/man3/tqvariant.3qt56
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt
index a46e3567d..460c44083 100644
--- a/doc/man/man3/tqvariant.3qt
+++ b/doc/man/man3/tqvariant.3qt
@@ -86,13 +86,13 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "\fBQVariant\fR ( const QCursor & val )"
.br
.ti -1c
-.BI "\fBQVariant\fR ( const QDate & val )"
+.BI "\fBQVariant\fR ( const TQDate & val )"
.br
.ti -1c
-.BI "\fBQVariant\fR ( const QTime & val )"
+.BI "\fBQVariant\fR ( const TQTime & val )"
.br
.ti -1c
-.BI "\fBQVariant\fR ( const QDateTime & val )"
+.BI "\fBQVariant\fR ( const TQDateTime & val )"
.br
.ti -1c
.BI "\fBQVariant\fR ( const QByteArray & val )"
@@ -218,13 +218,13 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "const QCursor \fBtoCursor\fR () const"
.br
.ti -1c
-.BI "const QDate \fBtoDate\fR () const"
+.BI "const TQDate \fBtoDate\fR () const"
.br
.ti -1c
-.BI "const QTime \fBtoTime\fR () const"
+.BI "const TQTime \fBtoTime\fR () const"
.br
.ti -1c
-.BI "const QDateTime \fBtoDateTime\fR () const"
+.BI "const TQDateTime \fBtoDateTime\fR () const"
.br
.ti -1c
.BI "const QByteArray \fBtoByteArray\fR () const"
@@ -341,13 +341,13 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "QCursor & \fBasCursor\fR ()"
.br
.ti -1c
-.BI "QDate & \fBasDate\fR ()"
+.BI "TQDate & \fBasDate\fR ()"
.br
.ti -1c
-.BI "QTime & \fBasTime\fR ()"
+.BI "TQTime & \fBasTime\fR ()"
.br
.ti -1c
-.BI "QDateTime & \fBasDateTime\fR ()"
+.BI "TQDateTime & \fBasDateTime\fR ()"
.br
.ti -1c
.BI "QByteArray & \fBasByteArray\fR ()"
@@ -492,9 +492,9 @@ This enum type defines the types of variable that a QVariant can contain.
.TP
\fCQVariant::Cursor\fR - a QCursor
.TP
-\fCQVariant::Date\fR - a QDate
+\fCQVariant::Date\fR - a TQDate
.TP
-\fCQVariant::DateTime\fR - a QDateTime
+\fCQVariant::DateTime\fR - a TQDateTime
.TP
\fCQVariant::Double\fR - a double
.TP
@@ -540,7 +540,7 @@ This enum type defines the types of variable that a QVariant can contain.
.TP
\fCQVariant::StringList\fR - a TQStringList
.TP
-\fCQVariant::Time\fR - a QTime
+\fCQVariant::Time\fR - a TQTime
.TP
\fCQVariant::UInt\fR - an unsigned int
.PP
@@ -604,11 +604,11 @@ Constructs a new variant with a region value, \fIval\fR.
Constructs a new variant with a bitmap value, \fIval\fR.
.SH "QVariant::QVariant ( const QCursor & val )"
Constructs a new variant with a cursor value, \fIval\fR.
-.SH "QVariant::QVariant ( const QDate & val )"
+.SH "QVariant::QVariant ( const TQDate & val )"
Constructs a new variant with a date value, \fIval\fR.
-.SH "QVariant::QVariant ( const QTime & val )"
+.SH "QVariant::QVariant ( const TQTime & val )"
Constructs a new variant with a time value, \fIval\fR.
-.SH "QVariant::QVariant ( const QDateTime & val )"
+.SH "QVariant::QVariant ( const TQDateTime & val )"
Constructs a new variant with a date/time value, \fIval\fR.
.SH "QVariant::QVariant ( const QByteArray & val )"
Constructs a new variant with a bytearray value, \fIval\fR.
@@ -684,14 +684,14 @@ Tries to convert the variant to hold a QCursor value. If that is not possible th
Returns a reference to the stored cursor.
.PP
See also toCursor().
-.SH "QDate & QVariant::asDate ()"
-Tries to convert the variant to hold a QDate value. If that is not possible then the variant is set to an invalid date.
+.SH "TQDate & QVariant::asDate ()"
+Tries to convert the variant to hold a TQDate value. If that is not possible then the variant is set to an invalid date.
.PP
Returns a reference to the stored date.
.PP
See also toDate().
-.SH "QDateTime & QVariant::asDateTime ()"
-Tries to convert the variant to hold a QDateTime value. If that is not possible then the variant is set to an invalid date/time.
+.SH "TQDateTime & QVariant::asDateTime ()"
+Tries to convert the variant to hold a TQDateTime value. If that is not possible then the variant is set to an invalid date/time.
.PP
Returns a reference to the stored date/time.
.PP
@@ -846,8 +846,8 @@ Note that if you want to iterate over the list, you should iterate over a copy,
.fi
.PP
See also toStringList().
-.SH "QTime & QVariant::asTime ()"
-Tries to convert the variant to hold a QTime value. If that is not possible then the variant is set to an invalid time.
+.SH "TQTime & QVariant::asTime ()"
+Tries to convert the variant to hold a TQTime value. If that is not possible then the variant is set to an invalid time.
.PP
Returns a reference to the stored time.
.PP
@@ -953,16 +953,16 @@ See also asColorGroup().
Returns the variant as a QCursor if the variant has type() Cursor; otherwise returns the default arrow cursor.
.PP
See also asCursor().
-.SH "const QDate QVariant::toDate () const"
-Returns the variant as a QDate if the variant can be cast to Date; otherwise returns an invalid date.
+.SH "const TQDate QVariant::toDate () const"
+Returns the variant as a TQDate if the variant can be cast to Date; otherwise returns an invalid date.
.PP
Note that if the type() is String, CString or ByteArray an invalid date will be returned if the string cannot be parsed as a TQt::ISODate format date.
.PP
See also asDate() and canCast().
-.SH "const QDateTime QVariant::toDateTime () const"
-Returns the variant as a QDateTime if the variant can be cast to DateTime; otherwise returns an invalid QDateTime.
+.SH "const TQDateTime QVariant::toDateTime () const"
+Returns the variant as a TQDateTime if the variant can be cast to DateTime; otherwise returns an invalid TQDateTime.
.PP
-Note that if the type() is String, CString or ByteArray an invalid QDateTime will be returned if the string cannot be parsed as a TQt::ISODate format date/time.
+Note that if the type() is String, CString or ByteArray an invalid TQDateTime will be returned if the string cannot be parsed as a TQt::ISODate format date/time.
.PP
See also asDateTime().
.SH "double QVariant::toDouble ( bool * ok = 0 ) const"
@@ -1103,8 +1103,8 @@ Note that if you want to iterate over the list, you should iterate over a copy,
.fi
.PP
See also asStringList().
-.SH "const QTime QVariant::toTime () const"
-Returns the variant as a QTime if the variant can be cast to Time; otherwise returns an invalid date.
+.SH "const TQTime QVariant::toTime () const"
+Returns the variant as a TQTime if the variant can be cast to Time; otherwise returns an invalid date.
.PP
Note that if the type() is String, CString or ByteArray an invalid time will be returned if the string cannot be parsed as a TQt::ISODate format time.
.PP