summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvariant.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:47:08 +0900
commit541b90072523725854cb5d61f1bdce50dbcc6b31 (patch)
tree1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/man/man3/tqvariant.3qt
parentd73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff)
downloadtqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.tar.gz
tqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r--doc/man/man3/tqvariant.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt
index a8b40fbd..5a887657 100644
--- a/doc/man/man3/tqvariant.3qt
+++ b/doc/man/man3/tqvariant.3qt
@@ -956,13 +956,13 @@ 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.
.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 Qt::ISODate format date.
+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.
.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 Qt::ISODate format date/time.
+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.
.PP
See also asDateTime().
.SH "double QVariant::toDouble ( bool * ok = 0 ) const"
@@ -1106,7 +1106,7 @@ 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.
.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 Qt::ISODate format time.
+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
See also asTime().
.SH "uint QVariant::toUInt ( bool * ok = 0 ) const"