diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/xml-sax-features-walkthrough.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed50.tar.gz tqt-0881ed50.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/xml-sax-features-walkthrough.html')
-rw-r--r-- | doc/html/xml-sax-features-walkthrough.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. <p> <pre> #include <<a href="tqxml-h.html">tqxml.h</a>> - #include <<a href="qptrstack-h.html">ntqptrstack.h</a>> + #include <<a href="tqptrstack-h.html">tqptrstack.h</a>> class TQListView; class TQListViewItem; @@ -222,7 +222,7 @@ takes a <a href="ntqlistview.html">TQListView</a> as an argument, <p> In addition we have a function that selects a listview for the output. <p> <pre> private: - <a href="ntqptrstack.html">TQPtrStack</a><TQListViewItem> stack; + <a href="tqptrstack.html">TQPtrStack</a><TQListViewItem> stack; </pre> <p> Keep in mind that we write a SAX2 parser that doesn't have an object model to keep all elements and attributes |