From 0881ed5059c46ce73e8241e6260b82b92f6d0e55 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 12:20:38 +0900 Subject: Rename ptr nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/xml-sax-features-walkthrough.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/xml-sax-features-walkthrough.html') diff --git a/doc/html/xml-sax-features-walkthrough.html b/doc/html/xml-sax-features-walkthrough.html index 826b70bdd..be7e63f95 100644 --- a/doc/html/xml-sax-features-walkthrough.html +++ b/doc/html/xml-sax-features-walkthrough.html @@ -191,7 +191,7 @@ the GUI's event loop.

    #include <tqxml.h>
-    #include <ntqptrstack.h>
+    #include <tqptrstack.h>
 
     class TQListView;
     class TQListViewItem;
@@ -222,7 +222,7 @@ takes a TQListView as an argument,
 

In addition we have a function that selects a listview for the output.

    private:
-        TQPtrStack<TQListViewItem> stack;
+        TQPtrStack<TQListViewItem> stack;
 

Keep in mind that we write a SAX2 parser that doesn't have an object model to keep all elements and attributes -- cgit v1.2.3