diff options
Diffstat (limited to 'doc/man/man3/tqdate.3qt')
-rw-r--r-- | doc/man/man3/tqdate.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqdate.3qt b/doc/man/man3/tqdate.3qt index e0126c0a1..4dd499798 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 |