diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tquuid.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tquuid.3qt')
-rw-r--r-- | doc/man/man3/tquuid.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tquuid.3qt b/doc/man/man3/tquuid.3qt index 9289c02cf..c9cb61008 100644 --- a/doc/man/man3/tquuid.3qt +++ b/doc/man/man3/tquuid.3qt @@ -31,13 +31,13 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "\fBQUuid\fR ( const QUuid & orig )" .br .ti -1c -.BI "\fBQUuid\fR ( const QString & text )" +.BI "\fBQUuid\fR ( const TQString & text )" .br .ti -1c -.BI "QString \fBtoString\fR () const" +.BI "TQString \fBtoString\fR () const" .br .ti -1c -.BI "\fBoperator QString\fR () const" +.BI "\fBoperator TQString\fR () const" .br .ti -1c .BI "bool \fBisNull\fR () const" @@ -131,7 +131,7 @@ Example: .fi .SH "QUuid::QUuid ( const QUuid & orig )" Creates a copy of the QUuid \fIorig\fR. -.SH "QUuid::QUuid ( const QString & text )" +.SH "QUuid::QUuid ( const TQString & text )" Creates a QUuid object from the string \fItext\fR. The function can only convert a string in the format {HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH} (where 'H' stands for a hex digit). If the conversion fails a null UUID is created. .SH "QUuid QUuid::createUuid ()\fC [static]\fR" Returns a new UUID of DCE variant, and Random type. The UUIDs generated are based on the platform specific pseudo-random generator, which is usually not a cryptographic-quality random number generator. Therefore, a UUID is not guaranteed to be unique cross application instances. @@ -141,7 +141,7 @@ On Windows, the new UUID is extremely likely to be unique on the same or any oth See also variant() and version(). .SH "bool QUuid::isNull () const" Returns TRUE if this is the null UUID {00000000-0000-0000-0000-000000000000}; otherwise returns FALSE. -.SH "QUuid::operator QString () const" +.SH "QUuid::operator TQString () const" Returns the string representation of the uuid. .PP See also toString(). @@ -159,8 +159,8 @@ Returns TRUE if this QUuid and the \fIother\fR QUuid are identical; otherwise re Returns TRUE if this QUuid is of the same variant, and lexicographically after the \fIother\fR QUuid; otherwise returns FALSE. .PP See also variant(). -.SH "QString QUuid::toString () const" -QString QUuid::toString() const +.SH "TQString QUuid::toString () const" +TQString QUuid::toString() const .PP Returns the string representation of the uuid. .SH "QUuid::Variant QUuid::variant () const" |