summaryrefslogtreecommitdiffstats
path: root/doc/html/qtl-qvaluelist-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/qtl-qvaluelist-example.html
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt-1f0ce853.tar.gz
tqt-1f0ce853.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtl-qvaluelist-example.html')
-rw-r--r--doc/html/qtl-qvaluelist-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtl-qvaluelist-example.html b/doc/html/qtl-qvaluelist-example.html
index d69ab3d10..f42d0300b 100644
--- a/doc/html/qtl-qvaluelist-example.html
+++ b/doc/html/qtl-qvaluelist-example.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/examples/qtl/qtl-qvaluelist.doc:1 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/examples/qtl/qtl-tqvaluelist.doc:1 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -33,11 +33,11 @@ body { background: #ffffff; color: black; }
<p>
-This tiny example shows a <a href="qvaluelistiterator.html">TQValueListIterator</a>.
+This tiny example shows a <a href="tqvaluelistiterator.html">TQValueListIterator</a>.
<p> <hr>
<p> Implementation:
<p> <pre>/****************************************************************************
-** $Id: qt/qvaluelistiterator.cpp 3.3.8 edited Jan 11 14:37 $
+** $Id: qt/tqvaluelistiterator.cpp 3.3.8 edited Jan 11 14:37 $
**
** Copyright (C) 1992-2007 Trolltech ASA. All rights reserved.
**
@@ -46,7 +46,7 @@ This tiny example shows a <a href="qvaluelistiterator.html">TQValueListIterator<
**
*****************************************************************************/
-#include &lt;<a href="qvaluelist-h.html">ntqvaluelist.h</a>&gt;
+#include &lt;<a href="tqvaluelist-h.html">tqvaluelist.h</a>&gt;
#include &lt;<a href="qstring-h.html">ntqstring.h</a>&gt;
#include &lt;<a href="qwindowdefs-h.html">ntqwindowdefs.h</a>&gt;
#include &lt;stdio.h&gt;