From 089d5266f0fbf9be6612e9c5f92a3f008f29241c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 15:42:48 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- doc/man/man3/tqvariant.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqvariant.3qt') diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt index a8b40fbda..5a8876570 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" -- cgit v1.2.3