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.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqurlinfo.html b/doc/html/ntqurlinfo.html
index ee68d533..6693af70 100644
--- a/doc/html/ntqurlinfo.html
+++ b/doc/html/ntqurlinfo.html
@@ -117,7 +117,7 @@ permissions of a file.
Constructs an invalid TQUrlInfo object with default values.
<p> <p>See also <a href="#isValid">isValid</a>().
-<h3 class=fn><a name="TQUrlInfo-2"></a>TQUrlInfo::TQUrlInfo ( const&nbsp;<a href="ntqurloperator.html">TQUrlOperator</a>&nbsp;&amp;&nbsp;path, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
+<h3 class=fn><a name="TQUrlInfo-2"></a>TQUrlInfo::TQUrlInfo ( const&nbsp;<a href="ntqurloperator.html">TQUrlOperator</a>&nbsp;&amp;&nbsp;path, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
</h3>
Constructs a TQUrlInfo object with information about the file <em>file</em> in the <em>path</em>. It tries to find the information about the <em>file</em> in the <a href="ntqurloperator.html">TQUrlOperator</a> <em>path</em>.
<p> If the information is not found, this constructor creates an
@@ -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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, int&nbsp;permissions, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="ntqstring.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="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>
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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;owner, const&nbsp;<a href="ntqstring.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="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>
Constructs a TQUrlInfo object by specifying all the URL's
information.
@@ -166,7 +166,7 @@ FALSE. The objects are compared by the value, which is specified
by <em>sortBy</em>. This must be one of TQDir::Name, TQDir::Time or
TQDir::Size.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="group"></a>TQUrlInfo::group () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="group"></a>TQUrlInfo::group () const
</h3>
Returns the group of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().
@@ -228,7 +228,7 @@ Returns the date when the URL was last read.
Returns TRUE if <em>i1</em> is less than <em>i2</em>; otherwise returns FALSE.
The objects are compared by the value, which is specified by <em>sortBy</em>. This must be one of TQDir::Name, TQDir::Time or TQDir::Size.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQUrlInfo::name () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQUrlInfo::name () const
</h3>
Returns the file name of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().
@@ -243,7 +243,7 @@ Assigns the values of <em>ui</em> to this TQUrlInfo object.
Compares this TQUrlInfo with <em>i</em> and returns TRUE if they are
equal; otherwise returns FALSE.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="owner"></a>TQUrlInfo::owner () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="owner"></a>TQUrlInfo::owner () const
</h3>
Returns the owner of the URL.
<p> <p>See also <a href="#isValid">isValid</a>().
@@ -276,7 +276,7 @@ turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().
<p>Example: <a href="networkprotocol-example.html#x699">network/networkprotocol/nntp.cpp</a>.
-<h3 class=fn>void <a name="setGroup"></a>TQUrlInfo::setGroup ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setGroup"></a>TQUrlInfo::setGroup ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
</h3>
Specifies that the owning group of the URL is called <em>s</em>.
<p> If you call this function for an invalid URL info, this function
@@ -291,7 +291,7 @@ Specifies that the object the URL refers to was last modified at
turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().
-<h3 class=fn>void <a name="setName"></a>TQUrlInfo::setName ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setName"></a>TQUrlInfo::setName ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual]</tt>
</h3>
Sets the name of the URL to <em>name</em>. The name is the full text,
for example, "http://doc.trolltech.com/ntqurlinfo.html".
@@ -300,7 +300,7 @@ turns it into a valid one.
<p> <p>See also <a href="#isValid">isValid</a>().
<p>Example: <a href="networkprotocol-example.html#x700">network/networkprotocol/nntp.cpp</a>.
-<h3 class=fn>void <a name="setOwner"></a>TQUrlInfo::setOwner ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setOwner"></a>TQUrlInfo::setOwner ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
</h3>
Specifies that the owner of the URL is called <em>s</em>.
<p> If you call this function for an invalid URL info, this function