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 --- doc/html/xml-sax-walkthrough.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/xml-sax-walkthrough.html') diff --git a/doc/html/xml-sax-walkthrough.html b/doc/html/xml-sax-walkthrough.html index 9ae0b2c7b..a75200cee 100644 --- a/doc/html/xml-sax-walkthrough.html +++ b/doc/html/xml-sax-walkthrough.html @@ -144,7 +144,7 @@ program.

    #include "structureparser.h"
-    #include <ntqfile.h>
+    #include <tqfile.h>
     #include <tqxml.h>
     #include <ntqwindowdefs.h>
 
@@ -169,7 +169,7 @@ we simply register it as the content handler of our choice.
 

        for ( int i=1; i < argc; i++ ) {
 

Successively we deal with all files given as command line arguments. -

            TQFile xmlFile( argv[i] );
+

            TQFile xmlFile( argv[i] );
             TQXmlInputSource source( &xmlFile );
 

Then we create a -- cgit v1.2.1