summaryrefslogtreecommitdiffstats
path: root/doc/html/tagreader-with-features-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tagreader-with-features-example.html')
-rw-r--r--doc/html/tagreader-with-features-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tagreader-with-features-example.html b/doc/html/tagreader-with-features-example.html
index 79b39aaa4..90921c91b 100644
--- a/doc/html/tagreader-with-features-example.html
+++ b/doc/html/tagreader-with-features-example.html
@@ -157,7 +157,7 @@ void <a name="f529"></a>StructureParser::setListView( <a href="ntqlistview.html"
#include &lt;<a href="qlistview-h.html">ntqlistview.h</a>&gt;
#include &lt;<a href="qgrid-h.html">ntqgrid.h</a>&gt;
#include &lt;<a href="tqmainwindow-h.html">tqmainwindow.h</a>&gt;
-#include &lt;<a href="qlabel-h.html">ntqlabel.h</a>&gt;
+#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
int main( int argc, char **argv )
{
@@ -190,21 +190,21 @@ int main( int argc, char **argv )
reader.<a href="tqxmlsimplereader.html#parse">parse</a>( source );
// namespace label
- (void) new <a href="ntqlabel.html">TQLabel</a>(
+ (void) new <a href="tqlabel.html">TQLabel</a>(
"Default:\n"
"http://xml.org/sax/features/namespaces: TRUE\n"
"http://xml.org/sax/features/namespace-prefixes: FALSE\n",
container );
// namespace prefix label
- (void) new <a href="ntqlabel.html">TQLabel</a>(
+ (void) new <a href="tqlabel.html">TQLabel</a>(
"\n"
"http://xml.org/sax/features/namespaces: TRUE\n"
"http://xml.org/sax/features/namespace-prefixes: TRUE\n",
container );
// prefix label
- (void) new <a href="ntqlabel.html">TQLabel</a>(
+ (void) new <a href="tqlabel.html">TQLabel</a>(
"\n"
"http://xml.org/sax/features/namespaces: FALSE\n"
"http://xml.org/sax/features/namespace-prefixes: TRUE\n",