diff options
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  | 
