diff options
Diffstat (limited to 'doc/man/man3/tqfileinfo.3qt')
-rw-r--r-- | doc/man/man3/tqfileinfo.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqfileinfo.3qt b/doc/man/man3/tqfileinfo.3qt index 02f96eb08..fec4426a6 100644 --- a/doc/man/man3/tqfileinfo.3qt +++ b/doc/man/man3/tqfileinfo.3qt @@ -130,13 +130,13 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "uint \fBsize\fR () const" .br .ti -1c -.BI "QDateTime \fBcreated\fR () const" +.BI "TQDateTime \fBcreated\fR () const" .br .ti -1c -.BI "QDateTime \fBlastModified\fR () const" +.BI "TQDateTime \fBlastModified\fR () const" .br .ti -1c -.BI "QDateTime \fBlastRead\fR () const" +.BI "TQDateTime \fBlastRead\fR () const" .br .in -1c .SH DESCRIPTION @@ -260,7 +260,7 @@ Converts the file's path to an absolute path. If it is already absolute, nothing is done. .PP See also filePath() and isRelative(). -.SH "QDateTime QFileInfo::created () const" +.SH "TQDateTime QFileInfo::created () const" Returns the date and time when the file was created. .PP On platforms where this information is not available, returns the same as lastModified(). @@ -388,13 +388,13 @@ Returns TRUE if the file is writable; otherwise returns FALSE. See also isReadable(), isExecutable(), and permission(). .PP Example: distributor/distributor.ui.h. -.SH "QDateTime QFileInfo::lastModified () const" +.SH "TQDateTime QFileInfo::lastModified () const" Returns the date and time when the file was last modified. .PP See also created() and lastRead(). .PP Example: biff/biff.cpp. -.SH "QDateTime QFileInfo::lastRead () const" +.SH "TQDateTime QFileInfo::lastRead () const" Returns the date and time when the file was last read (accessed). .PP On platforms where this information is not available, returns the same as lastModified(). |