From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/porting.html | 60 +++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index db22665e..701b449f 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -165,17 +165,17 @@ set any relevant preprocessor defines in the makefile. header files. This speeds up compilation when you don't need those nested header files. But in some cases you will find you need to add an extra #include to your files. -

For example, if you get a message about TQStringList or its functions -not being defined, then add #include <ntqstringlist.h> at +

For example, if you get a message about TQStringList or its functions +not being defined, then add #include <tqstringlist.h> at the top of the file giving the error.

Header files that you might need to add #include directives for include:

@@ -299,7 +299,7 @@ information regarding obsolete functions and how to replace them in new code.