summaryrefslogtreecommitdiffstats
path: root/doc/html/ftpclient-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ftpclient-example.html')
-rw-r--r--doc/html/ftpclient-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ftpclient-example.html b/doc/html/ftpclient-example.html
index 053bdf566..f760da2d4 100644
--- a/doc/html/ftpclient-example.html
+++ b/doc/html/ftpclient-example.html
@@ -59,8 +59,8 @@ commands. The GUI parts are done in the Designer.
*****************************************************************************/
#include &lt;<a href="tqftp-h.html">tqftp.h</a>&gt;
-#include &lt;<a href="qlineedit-h.html">ntqlineedit.h</a>&gt;
-#include &lt;<a href="qspinbox-h.html">ntqspinbox.h</a>&gt;
+#include &lt;<a href="tqlineedit-h.html">tqlineedit.h</a>&gt;
+#include &lt;<a href="tqspinbox-h.html">tqspinbox.h</a>&gt;
#include &lt;<a href="tqstatusbar-h.html">tqstatusbar.h</a>&gt;
#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.h</a>&gt;
#include &lt;<a href="tqfiledialog-h.html">tqfiledialog.h</a>&gt;
@@ -131,7 +131,7 @@ void FtpMainWindow::uploadFile()
<a href="tqfileinfo.html">TQFileInfo</a> fi( fileName );
<a name="x759"></a><a name="x743"></a> ftp-&gt;<a href="tqftp.html#put">put</a>( file, fi.<a href="tqfileinfo.html#fileName">fileName</a>() );
-<a name="x739"></a> progress.<a href="ntqdialog.html#exec">exec</a>(); // ### takes a lot of time!!!
+<a name="x739"></a> progress.<a href="tqdialog.html#exec">exec</a>(); // ### takes a lot of time!!!
<a name="x756"></a> ftp-&gt;<a href="tqftp.html#list">list</a>();
}
@@ -176,7 +176,7 @@ void FtpMainWindow::downloadFile()
ftp, TQ_SLOT(<a href="tqftp.html#abort">abort</a>()) );
<a name="x755"></a> ftp-&gt;<a href="tqftp.html#get">get</a>( item-&gt;<a href="qlistviewitem.html#text">text</a>(0), file );
- progress.<a href="ntqdialog.html#exec">exec</a>(); // ### takes a lot of time!!!
+ progress.<a href="tqdialog.html#exec">exec</a>(); // ### takes a lot of time!!!
}
void FtpMainWindow::removeFile()