summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdate.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqdate.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdate.3qt')
-rw-r--r--doc/man/man3/tqdate.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqdate.3qt b/doc/man/man3/tqdate.3qt
index e0126c0a..4dd49979 100644
--- a/doc/man/man3/tqdate.3qt
+++ b/doc/man/man3/tqdate.3qt
@@ -130,10 +130,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 TQDate & d )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQDate & d )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQDate & d )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQDate & d )"
.br
.in -1c
.SH DESCRIPTION
@@ -394,14 +394,14 @@ Returns the year (1752..8000) of this date.
.PP
See also month() and day().
.SH RELATED FUNCTION DOCUMENTATION
-.SH "QDataStream & operator<< ( QDataStream & s, const TQDate & d )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const TQDate & d )"
Writes the date, \fId\fR, to the data stream, \fIs\fR.
.PP
-See also Format of the QDataStream operators.
-.SH "QDataStream & operator>> ( QDataStream & s, TQDate & d )"
+See also Format of the TQDataStream operators.
+.SH "TQDataStream & operator>> ( TQDataStream & s, TQDate & d )"
Reads a date from the stream \fIs\fR into \fId\fR.
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqdate.html