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 dde10a3e2..d9a201a89 100644 --- a/doc/html/xml-sax-features-walkthrough.html +++ b/doc/html/xml-sax-features-walkthrough.html @@ -57,7 +57,7 @@ namespace URIs. part: we include all the classes we need: <p> <pre> #include "structureparser.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> - #include <<a href="qfile-h.html">ntqfile.h</a>> + #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> #include <<a href="qlistview-h.html">ntqlistview.h</a>> #include <<a href="qgrid-h.html">ntqgrid.h</a>> @@ -72,7 +72,7 @@ the XML parser that we implement in <a href="#structureparser.cpp">structurepars </pre> <p> As usual we then create a TQt application object and hand command line arguments over to it. -<p> <pre> <a href="ntqfile.html">TQFile</a> xmlFile( argc == 2 ? argv[1] : "fnord.xml" ); +<p> <pre> <a href="tqfile.html">TQFile</a> xmlFile( argc == 2 ? argv[1] : "fnord.xml" ); </pre> <p> If the user runs the program with one filename as an argument we process this file, otherwise we use the <em>fnord.xml</em> file from |