diff options
Diffstat (limited to 'doc/man/man3/tqdatetime.3qt')
-rw-r--r-- | doc/man/man3/tqdatetime.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqdatetime.3qt b/doc/man/man3/tqdatetime.3qt index 912f74208..90722b419 100644 --- a/doc/man/man3/tqdatetime.3qt +++ b/doc/man/man3/tqdatetime.3qt @@ -52,10 +52,10 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "void \fBsetTime_t\fR ( uint secsSince1Jan1970UTC, Qt::TimeSpec ts )" .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 "QDateTime \fBaddDays\fR ( int ndays ) const" @@ -103,7 +103,7 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "QDateTime \fBcurrentDateTime\fR ( Qt::TimeSpec ts )" .br .ti -1c -.BI "QDateTime \fBfromString\fR ( const QString & s, Qt::DateFormat f = Qt::TextDate )" +.BI "QDateTime \fBfromString\fR ( const TQString & s, Qt::DateFormat f = Qt::TextDate )" .br .in -1c .SH RELATED FUNCTION DOCUMENTATION @@ -178,7 +178,7 @@ See also setDate() and time(). Returns the number of days from this datetime to \fIdt\fR (which is negative if \fIdt\fR is earlier than this datetime). .PP See also addDays() and secsTo(). -.SH "QDateTime QDateTime::fromString ( const QString & s, Qt::DateFormat f = Qt::TextDate )\fC [static]\fR" +.SH "QDateTime QDateTime::fromString ( const TQString & s, Qt::DateFormat f = Qt::TextDate )\fC [static]\fR" Returns the QDateTime represented by the string \fIs\fR, using the format \fIf\fR, or an invalid datetime if this is not possible. .PP Note for Qt::TextDate: It is recommended that you use the English short month names (e.g. "Jan"). Although localized month names can also be used, they depend on the user's locale settings. @@ -246,7 +246,7 @@ Convenience function that sets the date and time to local time based on the give Returns the time part of the datetime. .PP See also setTime() and date(). -.SH "QString QDateTime::toString ( const QString & format ) const" +.SH "TQString QDateTime::toString ( const TQString & format ) const" Returns the datetime as a string. The \fIformat\fR parameter determines the format of the result string. .PP These expressions may be used for the date: @@ -278,10 +278,10 @@ l - l. Format Result dd.MM.yyyy 21.05.2001 ddd MMMM d yy Tue May 21 01 hh:mm:ss. .fi </center> .PP -If the datetime is an invalid datetime, then QString::null will be returned. +If the datetime is an invalid datetime, then TQString::null will be returned. .PP See also QDate::toString() and QTime::toString(). -.SH "QString QDateTime::toString ( Qt::DateFormat f = Qt::TextDate ) const" +.SH "TQString QDateTime::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 datetime as a string. The \fIf\fR parameter determines the format of the string. |