From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/network/ftpclient/README | 2 +- examples/network/ftpclient/ftpclient.doc | 2 +- examples/network/ftpclient/ftpmainwindow.ui.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/network/ftpclient') diff --git a/examples/network/ftpclient/README b/examples/network/ftpclient/README index 8b1bd7e5d..b12ed0aab 100644 --- a/examples/network/ftpclient/README +++ b/examples/network/ftpclient/README @@ -1,3 +1,3 @@ -This example is a small ftp client. It shows how to use the QFtp class. +This example is a small ftp client. It shows how to use the TQFtp class. This example needs the network extension. diff --git a/examples/network/ftpclient/ftpclient.doc b/examples/network/ftpclient/ftpclient.doc index 13be19168..c9de4fecc 100644 --- a/examples/network/ftpclient/ftpclient.doc +++ b/examples/network/ftpclient/ftpclient.doc @@ -7,7 +7,7 @@ \title An FTP client - This example implements a FTP client. It uses QFtp to perform its FTP + This example implements a FTP client. It uses TQFtp to perform its FTP commands. The GUI parts are done in the Designer.
diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h index d29cbab31..0c32d1ad9 100644 --- a/examples/network/ftpclient/ftpmainwindow.ui.h +++ b/examples/network/ftpclient/ftpmainwindow.ui.h @@ -18,12 +18,12 @@ ** *****************************************************************************/ -#include +#include #include #include #include #include -#include +#include #include #include -- cgit v1.2.1