From 367ff3fb9e3933f6704c98359cdd8d934ace941f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:52:58 +0900 Subject: Rename global classes nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqapplication.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqapplication.html') diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 51edb764d..4ddc40444 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -1738,7 +1738,7 @@ the event was consumed by normal handling, and -1 if the event

Prints a warning message containing the source code file name and line number if test is FALSE. -

This is really a macro defined in ntqglobal.h. +

This is really a macro defined in tqglobal.h.

Q_ASSERT is useful for testing pre- and post-conditions.

Example:

@@ -1746,7 +1746,7 @@ line number if test is FALSE.
         // File: div.cpp
         //
 
-        #include <ntqglobal.h>
+        #include <tqglobal.h>
 
         int divide( int a, int b )
         {
@@ -1769,7 +1769,7 @@ message using the tqWarning() function:
 

If p is 0, prints a warning message containing the source code file name and line number, saying that the program ran out of memory. -

This is really a macro defined in ntqglobal.h. +

This is really a macro defined in tqglobal.h.

Example:

         int *a;
-- 
cgit v1.2.1