From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tquuid.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tquuid.3qt') diff --git a/doc/man/man3/tquuid.3qt b/doc/man/man3/tquuid.3qt index c9cb61008..61dfaa2b9 100644 --- a/doc/man/man3/tquuid.3qt +++ b/doc/man/man3/tquuid.3qt @@ -73,10 +73,10 @@ All the functions in this class are reentrant when TQt is built with thread supp .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QUuid & id )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QUuid & id )" .br .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QUuid & id )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QUuid & id )" .br .in -1c .SH DESCRIPTION @@ -172,9 +172,9 @@ Returns the version of the UUID, if the UUID is of the DCE variant; otherwise re .PP See also variant(). .SH RELATED FUNCTION DOCUMENTATION -.SH "QDataStream & operator<< ( QDataStream & s, const QUuid & id )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const QUuid & id )" Writes the uuid \fIid\fR to the datastream \fIs\fR. -.SH "QDataStream & operator>> ( QDataStream & s, QUuid & id )" +.SH "TQDataStream & operator>> ( TQDataStream & s, QUuid & id )" Reads uuid from from the stream \fIs\fR into \fIid\fR. .SH "SEE ALSO" -- cgit v1.2.1