diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /examples/network | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/archivesearch/archivedialog.ui | 2 | ||||
-rw-r--r-- | examples/network/httpd/httpd.cpp | 2 | ||||
-rw-r--r-- | examples/network/infoprotocol/infoserver/infodata.h | 2 | ||||
-rw-r--r-- | examples/network/mail/smtp.cpp | 2 | ||||
-rw-r--r-- | examples/network/networkprotocol/nntp.cpp | 2 | ||||
-rw-r--r-- | examples/network/networkprotocol/view.h | 2 |
6 files changed, 6 insertions, 6 deletions
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 @@ <include location="global" impldecl="in declaration">ntqmessagebox.h</include> <include location="global" impldecl="in declaration">ntqapplication.h</include> <include location="global" impldecl="in declaration">ntqcursor.h</include> - <include location="global" impldecl="in declaration">ntqregexp.h</include> + <include location="global" impldecl="in declaration">tqregexp.h</include> <include location="local" impldecl="in implementation">archivedialog.ui.h</include> </includes> <variables> 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 <stdlib.h> #include <ntqsocket.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <ntqserversocket.h> #include <ntqapplication.h> #include <tqmainwindow.h> 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 <ntqdict.h> +#include <tqdict.h> #include <tqstringlist.h> 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 <tqtimer.h> #include <ntqapplication.h> #include <ntqmessagebox.h> -#include <ntqregexp.h> +#include <tqregexp.h> 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 <stdlib.h> #include <ntqurloperator.h> #include <tqstringlist.h> -#include <ntqregexp.h> +#include <tqregexp.h> 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 <ntqvbox.h> -#include <ntqcstring.h> +#include <tqcstring.h> #include <ntqurloperator.h> class TQMultiLineEdit; |