summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtime.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtime.3qt')
-rw-r--r--doc/man/man3/tqtime.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqtime.3qt b/doc/man/man3/tqtime.3qt
index 5962c020..aa5c1089 100644
--- a/doc/man/man3/tqtime.3qt
+++ b/doc/man/man3/tqtime.3qt
@@ -40,10 +40,10 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "int \fBmsec\fR () const"
.br
.ti -1c
-.BI "QString \fBtoString\fR ( Qt::DateFormat f = Qt::TextDate ) const"
+.BI "TQString \fBtoString\fR ( Qt::DateFormat f = Qt::TextDate ) const"
.br
.ti -1c
-.BI "QString \fBtoString\fR ( const QString & format ) const"
+.BI "TQString \fBtoString\fR ( const TQString & format ) const"
.br
.ti -1c
.BI "bool \fBsetHMS\fR ( int h, int m, int s, int ms = 0 )"
@@ -97,7 +97,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "QTime \fBcurrentTime\fR ( Qt::TimeSpec ts )"
.br
.ti -1c
-.BI "QTime \fBfromString\fR ( const QString & s, Qt::DateFormat f = Qt::TextDate )"
+.BI "QTime \fBfromString\fR ( const TQString & s, Qt::DateFormat f = Qt::TextDate )"
.br
.ti -1c
.BI "bool \fBisValid\fR ( int h, int m, int s, int ms = 0 )"
@@ -196,7 +196,7 @@ Note that the accuracy depends on the accuracy of the underlying operating syste
\fBWarning:\fR If the system's clock setting has been changed since the last time start() or restart() was called, the result is undefined. This can happen when daylight savings time is turned on or off.
.PP
See also start() and restart().
-.SH "QTime QTime::fromString ( const QString & s, Qt::DateFormat f = Qt::TextDate )\fC [static]\fR"
+.SH "QTime QTime::fromString ( const TQString & s, Qt::DateFormat f = Qt::TextDate )\fC [static]\fR"
Returns the representation \fIs\fR as a QTime using the format \fIf\fR, or an invalid time if this is not possible.
.PP
\fBWarning:\fR Note that Qt::LocalDate cannot be used here.
@@ -298,7 +298,7 @@ Sets this time to the current time. This is practical for timing:
.fi
.PP
See also restart(), elapsed(), and currentTime().
-.SH "QString QTime::toString ( const QString & format ) const"
+.SH "TQString QTime::toString ( const TQString & format ) const"
Returns the time as a string. The \fIformat\fR parameter determines the format of the result string.
.PP
These expressions may be used:
@@ -321,10 +321,10 @@ l - l. Format Result hh:mm:ss.zzz 14:13:09.042 h:m:s ap
.fi
</center>
.PP
-If the time is an invalid time, then QString::null will be returned.
+If the time is an invalid time, then TQString::null will be returned.
.PP
See also QDate::toString() and QDateTime::toString().
-.SH "QString QTime::toString ( Qt::DateFormat f = Qt::TextDate ) const"
+.SH "TQString QTime::toString ( Qt::DateFormat f = Qt::TextDate ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the time as a string. Milliseconds are not included. The \fIf\fR parameter determines the format of the string.
@@ -335,7 +335,7 @@ If \fIf\fR is Qt::ISODate, the string format corresponds to the ISO 8601 extende
.PP
If \fIf\fR is Qt::LocalDate, the string format depends on the locale settings of the system.
.PP
-If the time is an invalid time, then QString::null will be returned.
+If the time is an invalid time, then TQString::null will be returned.
.SH RELATED FUNCTION DOCUMENTATION
.SH "QDataStream & operator<< ( QDataStream & s, const QTime & t )"
Writes time \fIt\fR to the stream \fIs\fR.