From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/network/archivesearch/archivedialog.ui | 2 +- examples/network/httpd/httpd.cpp | 2 +- examples/network/infoprotocol/infoserver/infodata.h | 2 +- examples/network/mail/smtp.cpp | 2 +- examples/network/networkprotocol/nntp.cpp | 2 +- examples/network/networkprotocol/view.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/network') diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui index 7d7b78a5e..b3942e117 100644 --- a/examples/network/archivesearch/archivedialog.ui +++ b/examples/network/archivesearch/archivedialog.ui @@ -117,7 +117,7 @@ ntqmessagebox.h ntqapplication.h ntqcursor.h - ntqregexp.h + tqregexp.h archivedialog.ui.h diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 9ae8ff5ea..cdd96101f 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include #include -#include +#include #include #include #include diff --git a/examples/network/infoprotocol/infoserver/infodata.h b/examples/network/infoprotocol/infoserver/infodata.h index fe94b02dc..77b39e23a 100644 --- a/examples/network/infoprotocol/infoserver/infodata.h +++ b/examples/network/infoprotocol/infoserver/infodata.h @@ -10,7 +10,7 @@ #ifndef INFODATA_H #define INFODATA_H -#include +#include #include diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index 487cba04e..0d10a9b30 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include Smtp::Smtp( const TQString &from, const TQString &to, diff --git a/examples/network/networkprotocol/nntp.cpp b/examples/network/networkprotocol/nntp.cpp index f8bb2fb7d..870c2c7f9 100644 --- a/examples/network/networkprotocol/nntp.cpp +++ b/examples/network/networkprotocol/nntp.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include Nntp::Nntp() : TQNetworkProtocol(), connectionReady( FALSE ), diff --git a/examples/network/networkprotocol/view.h b/examples/network/networkprotocol/view.h index b69138e27..8fc9a43a9 100644 --- a/examples/network/networkprotocol/view.h +++ b/examples/network/networkprotocol/view.h @@ -11,7 +11,7 @@ #define VIEW_H #include -#include +#include #include class TQMultiLineEdit; -- cgit v1.2.3