diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqftp.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqftp.html')
-rw-r--r-- | doc/html/ntqftp.html | 6 |
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> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQFtp-2"></a>TQFtp::TQFtp ( <a href="tqobject.html">TQObject</a> * parent, const char * 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 <a href="ntqstring.html">TQString</a> & file, <a href="ntqiodevice.html">TQIODevice</a> * dev = 0 ) |