From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqfileinfo.3qt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man/man3/tqfileinfo.3qt') 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(). -- cgit v1.2.1