summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqftp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqftp.html')
-rw-r--r--doc/html/ntqftp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqftp.html b/doc/html/ntqftp.html
index f65d6ee28..7c51940cd 100644
--- a/doc/html/ntqftp.html
+++ b/doc/html/ntqftp.html
@@ -280,10 +280,10 @@ closed.)
</h3>
Constructs a TQFtp object.
-<h3 class=fn><a name="TQFtp-2"></a>TQFtp::TQFtp ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQFtp-2"></a>TQFtp::TQFtp ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQFtp object. The <em>parent</em> and <em>name</em> parameters
-are passed to the <a href="ntqobject.html">TQObject</a> constructor.
+are passed to the <a href="tqobject.html">TQObject</a> constructor.
<h3 class=fn><a name="~TQFtp"></a>TQFtp::~TQFtp ()<tt> [virtual]</tt>
</h3>
@@ -453,7 +453,7 @@ the <tt>error</tt> argument set to <tt>TRUE</tt>.
<p> The error string is often (but not always) the reply from the
server, so it is not always possible to translate the string. If
the message comes from TQt, the string has already passed through
-<a href="ntqobject.html#tr">tr</a>().
+<a href="tqobject.html#tr">tr</a>().
<p>Example: <a href="ftpclient-example.html#x754">network/ftpclient/ftpmainwindow.ui.h</a>.
<h3 class=fn>int <a name="get"></a>TQFtp::get ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;file, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev = 0 )