diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/ftpclient-example.html | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-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.html | 8 |
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 <<a href="tqftp-h.html">tqftp.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> @@ -131,7 +131,7 @@ void FtpMainWindow::uploadFile() <a href="tqfileinfo.html">TQFileInfo</a> fi( fileName ); <a name="x759"></a><a name="x743"></a> ftp-><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-><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-><a href="tqftp.html#get">get</a>( item-><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() |
