diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/man/man3/tqfileinfo.3qt | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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(). |