summaryrefslogtreecommitdiffstats
path: root/doc/html/ftpclient-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/ftpclient-example.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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()