From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ftpclient-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ftpclient-example.html') 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 <tqftp.h> -#include <ntqlineedit.h> -#include <ntqspinbox.h> +#include <tqlineedit.h> +#include <tqspinbox.h> #include <tqstatusbar.h> #include <ntqmessagebox.h> #include <tqfiledialog.h> @@ -131,7 +131,7 @@ void FtpMainWindow::uploadFile() TQFileInfo fi( fileName ); ftp->put( file, fi.fileName() ); - progress.exec(); // ### takes a lot of time!!! + progress.exec(); // ### takes a lot of time!!! ftp->list(); } @@ -176,7 +176,7 @@ void FtpMainWindow::downloadFile() ftp, TQ_SLOT(abort()) ); ftp->get( item->text(0), file ); - progress.exec(); // ### takes a lot of time!!! + progress.exec(); // ### takes a lot of time!!! } void FtpMainWindow::removeFile() -- cgit v1.2.3