summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqurlinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqurlinfo.html')
-rw-r--r--doc/html/ntqurlinfo.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqurlinfo.html b/doc/html/ntqurlinfo.html
index 6693af700..be05bd91a 100644
--- a/doc/html/ntqurlinfo.html
+++ b/doc/html/ntqurlinfo.html
@@ -132,7 +132,7 @@ to the directory.
</h3>
Copy constructor, copies <em>ui</em> to this URL info object.
-<h3 class=fn><a name="TQUrlInfo-4"></a>TQUrlInfo::TQUrlInfo ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, int&nbsp;permissions, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;<a href="ntqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastModified, const&nbsp;<a href="ntqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )
+<h3 class=fn><a name="TQUrlInfo-4"></a>TQUrlInfo::TQUrlInfo ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, int&nbsp;permissions, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastModified, const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )
</h3>
Constructs a TQUrlInfo object by specifying all the URL's
information.
@@ -140,7 +140,7 @@ information.
passed is the <em>lastModified</em> date/time and the <em>lastRead</em>
date/time. Flags are also passed, specifically, <em>isDir</em>, <em>isFile</em>, <em>isSymLink</em>, <em>isWritable</em>, <em>isReadable</em> and <em>isExecutable</em>.
-<h3 class=fn><a name="TQUrlInfo-5"></a>TQUrlInfo::TQUrlInfo ( const&nbsp;<a href="ntqurl.html">TQUrl</a>&nbsp;&amp;&nbsp;url, int&nbsp;permissions, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;<a href="ntqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastModified, const&nbsp;<a href="ntqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )
+<h3 class=fn><a name="TQUrlInfo-5"></a>TQUrlInfo::TQUrlInfo ( const&nbsp;<a href="ntqurl.html">TQUrl</a>&nbsp;&amp;&nbsp;url, int&nbsp;permissions, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;group, uint&nbsp;size, const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastModified, const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;lastRead, bool&nbsp;isDir, bool&nbsp;isFile, bool&nbsp;isSymLink, bool&nbsp;isWritable, bool&nbsp;isReadable, bool&nbsp;isExecutable )
</h3>
Constructs a TQUrlInfo object by specifying all the URL's
information.
@@ -212,13 +212,13 @@ the values.
Returns TRUE if the URL is writable; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().
-<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQUrlInfo::lastModified () const
+<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQUrlInfo::lastModified () const
</h3>
Returns the last modification date of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().
<p>Example: <a href="ftpclient-example.html#x774">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> <a name="lastRead"></a>TQUrlInfo::lastRead () const
+<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastRead"></a>TQUrlInfo::lastRead () const
</h3>
Returns the date when the URL was last read.
<p> <p>See also <a href="#isValid">isValid</a>().
@@ -283,7 +283,7 @@ Specifies that the owning group of the URL is called <em>s</em>.
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().
-<h3 class=fn>void <a name="setLastModified"></a>TQUrlInfo::setLastModified ( const&nbsp;<a href="ntqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setLastModified"></a>TQUrlInfo::setLastModified ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt )<tt> [virtual]</tt>
</h3>
Specifies that the object the URL refers to was last modified at
<em>dt</em>.