diff options
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() |