diff options
Diffstat (limited to 'doc/man/man3/tqurlinfo.3qt')
-rw-r--r-- | doc/man/man3/tqurlinfo.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqurlinfo.3qt b/doc/man/man3/tqurlinfo.3qt index 04acc5c0d..4d96e2987 100644 --- a/doc/man/man3/tqurlinfo.3qt +++ b/doc/man/man3/tqurlinfo.3qt @@ -26,10 +26,10 @@ QUrlInfo \- Stores information about URLs .BI "\fBQUrlInfo\fR ( const QUrlInfo & ui )" .br .ti -1c -.BI "\fBQUrlInfo\fR ( const TQString & name, int permissions, const TQString & owner, const TQString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" +.BI "\fBQUrlInfo\fR ( const TQString & name, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" .br .ti -1c -.BI "\fBQUrlInfo\fR ( const QUrl & url, int permissions, const TQString & owner, const TQString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" +.BI "\fBQUrlInfo\fR ( const QUrl & url, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" .br .ti -1c .BI "QUrlInfo & \fBoperator=\fR ( const QUrlInfo & ui )" @@ -68,7 +68,7 @@ QUrlInfo \- Stores information about URLs .BI "virtual void \fBsetPermissions\fR ( int p )" .br .ti -1c -.BI "virtual void \fBsetLastModified\fR ( const QDateTime & dt )" +.BI "virtual void \fBsetLastModified\fR ( const TQDateTime & dt )" .br .ti -1c .BI "bool \fBisValid\fR () const" @@ -89,10 +89,10 @@ QUrlInfo \- Stores information about URLs .BI "uint \fBsize\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 .ti -1c .BI "bool \fBisDir\fR () const" @@ -174,11 +174,11 @@ If \fIfile\fR is empty, it defaults to the QUrlOperator \fIpath\fR, i.e. to the See also isValid() and QUrlOperator::info(). .SH "QUrlInfo::QUrlInfo ( const QUrlInfo & ui )" Copy constructor, copies \fIui\fR to this URL info object. -.SH "QUrlInfo::QUrlInfo ( const TQString & name, int permissions, const TQString & owner, const TQString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" +.SH "QUrlInfo::QUrlInfo ( const TQString & name, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" Constructs a QUrlInfo object by specifying all the URL's information. .PP The information that is passed is the \fIname\fR, file \fIpermissions\fR, \fIowner\fR and \fIgroup\fR and the file's \fIsize\fR. Also passed is the \fIlastModified\fR date/time and the \fIlastRead\fR date/time. Flags are also passed, specifically, \fIisDir\fR, \fIisFile\fR, \fIisSymLink\fR, \fIisWritable\fR, \fIisReadable\fR and \fIisExecutable\fR. -.SH "QUrlInfo::QUrlInfo ( const QUrl & url, int permissions, const TQString & owner, const TQString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" +.SH "QUrlInfo::QUrlInfo ( const QUrl & url, int permissions, const TQString & owner, const TQString & group, uint size, const TQDateTime & lastModified, const TQDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )" Constructs a QUrlInfo object by specifying all the URL's information. .PP The information that is passed is the \fIurl\fR, file \fIpermissions\fR, \fIowner\fR and \fIgroup\fR and the file's \fIsize\fR. Also passed is the \fIlastModified\fR date/time and the \fIlastRead\fR date/time. Flags are also passed, specifically, \fIisDir\fR, \fIisFile\fR, \fIisSymLink\fR, \fIisWritable\fR, \fIisReadable\fR and \fIisExecutable\fR. @@ -225,13 +225,13 @@ You should always check if the URL info is valid before relying on the values. Returns TRUE if the URL is writable; otherwise returns FALSE. .PP See also isValid(). -.SH "QDateTime QUrlInfo::lastModified () const" +.SH "TQDateTime QUrlInfo::lastModified () const" Returns the last modification date of the URL. .PP See also isValid(). .PP Example: network/ftpclient/ftpmainwindow.ui.h. -.SH "QDateTime QUrlInfo::lastRead () const" +.SH "TQDateTime QUrlInfo::lastRead () const" Returns the date when the URL was last read. .PP See also isValid(). @@ -277,7 +277,7 @@ Specifies that the owning group of the URL is called \fIs\fR. If you call this function for an invalid URL info, this function turns it into a valid one. .PP See also isValid(). -.SH "void QUrlInfo::setLastModified ( const QDateTime & dt )\fC [virtual]\fR" +.SH "void QUrlInfo::setLastModified ( const TQDateTime & dt )\fC [virtual]\fR" Specifies that the object the URL refers to was last modified at \fIdt\fR. .PP If you call this function for an invalid URL info, this function turns it into a valid one. |