summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtime.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-18 15:42:48 +0900
committerMichele Calgaro <[email protected]>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqtime.3qt
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtime.3qt')
-rw-r--r--doc/man/man3/tqtime.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqtime.3qt b/doc/man/man3/tqtime.3qt
index aa5c10899..6fab22acc 100644
--- a/doc/man/man3/tqtime.3qt
+++ b/doc/man/man3/tqtime.3qt
@@ -40,7 +40,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "int \fBmsec\fR () const"
.br
.ti -1c
-.BI "TQString \fBtoString\fR ( Qt::DateFormat f = Qt::TextDate ) const"
+.BI "TQString \fBtoString\fR ( TQt::DateFormat f = TQt::TextDate ) const"
.br
.ti -1c
.BI "TQString \fBtoString\fR ( const TQString & format ) const"
@@ -94,10 +94,10 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "QTime \fBcurrentTime\fR ()"
.br
.ti -1c
-.BI "QTime \fBcurrentTime\fR ( Qt::TimeSpec ts )"
+.BI "QTime \fBcurrentTime\fR ( TQt::TimeSpec ts )"
.br
.ti -1c
-.BI "QTime \fBfromString\fR ( const TQString & s, Qt::DateFormat f = Qt::TextDate )"
+.BI "QTime \fBfromString\fR ( const TQString & s, TQt::DateFormat f = TQt::TextDate )"
.br
.ti -1c
.BI "bool \fBisValid\fR ( int h, int m, int s, int ms = 0 )"
@@ -171,12 +171,12 @@ Example:
.fi
.PP
See also addMSecs(), secsTo(), and QDateTime::addSecs().
-.SH "QTime QTime::currentTime ( Qt::TimeSpec ts )\fC [static]\fR"
+.SH "QTime QTime::currentTime ( TQt::TimeSpec ts )\fC [static]\fR"
Returns the current time as reported by the system clock, for the TimeSpec \fIts\fR. The default TimeSpec is LocalTime.
.PP
Note that the accuracy depends on the accuracy of the underlying operating system; not all systems provide 1-millisecond accuracy.
.PP
-See also Qt::TimeSpec.
+See also TQt::TimeSpec.
.PP
Examples:
.)l aclock/aclock.cpp, dclock/dclock.cpp, t12/cannon.cpp, and tictac/tictac.cpp.
@@ -196,10 +196,10 @@ 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 TQString & s, Qt::DateFormat f = Qt::TextDate )\fC [static]\fR"
+.SH "QTime QTime::fromString ( const TQString & s, TQt::DateFormat f = TQt::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.
+\fBWarning:\fR Note that TQt::LocalDate cannot be used here.
.SH "int QTime::hour () const"
Returns the hour part (0..23) of the time.
.PP
@@ -324,16 +324,16 @@ l - l. Format Result hh:mm:ss.zzz 14:13:09.042 h:m:s ap
If the time is an invalid time, then TQString::null will be returned.
.PP
See also QDate::toString() and QDateTime::toString().
-.SH "TQString QTime::toString ( Qt::DateFormat f = Qt::TextDate ) const"
+.SH "TQString QTime::toString ( TQt::DateFormat f = TQt::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.
.PP
-If \fIf\fR is Qt::TextDate, the string format is HH:MM:SS; e.g. 1 second before midnight would be "23:59:59".
+If \fIf\fR is TQt::TextDate, the string format is HH:MM:SS; e.g. 1 second before midnight would be "23:59:59".
.PP
-If \fIf\fR is Qt::ISODate, the string format corresponds to the ISO 8601 extended specification for representations of dates, which is also HH:MM:SS.
+If \fIf\fR is TQt::ISODate, the string format corresponds to the ISO 8601 extended specification for representations of dates, which is also HH:MM:SS.
.PP
-If \fIf\fR is Qt::LocalDate, the string format depends on the locale settings of the system.
+If \fIf\fR is TQt::LocalDate, the string format depends on the locale settings of the system.
.PP
If the time is an invalid time, then TQString::null will be returned.
.SH RELATED FUNCTION DOCUMENTATION