summaryrefslogtreecommitdiffstats
path: root/doc/html/tagreader-with-features-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/tagreader-with-features-example.html
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz
tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tagreader-with-features-example.html')
-rw-r--r--doc/html/tagreader-with-features-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tagreader-with-features-example.html b/doc/html/tagreader-with-features-example.html
index 43725f287..fa71f2533 100644
--- a/doc/html/tagreader-with-features-example.html
+++ b/doc/html/tagreader-with-features-example.html
@@ -53,7 +53,7 @@ $Id: qt/structureparser.h 3.3.8 edited May 27 2003 $
#define STRUCTUREPARSER_H
#include &lt;<a href="tqxml-h.html">tqxml.h</a>&gt;
-#include &lt;<a href="qptrstack-h.html">ntqptrstack.h</a>&gt;
+#include &lt;<a href="tqptrstack-h.html">tqptrstack.h</a>&gt;
class TQListView;
class TQListViewItem;
@@ -70,7 +70,7 @@ public:
void setListView( <a href="ntqlistview.html">TQListView</a> * );
private:
- <a href="ntqptrstack.html">TQPtrStack</a>&lt;TQListViewItem&gt; stack;
+ <a href="tqptrstack.html">TQPtrStack</a>&lt;TQListViewItem&gt; stack;
<a href="ntqlistview.html">TQListView</a> * table;
};