diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/qtl-qvaluelist-example.html | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt-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.html | 8 |
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 <<a href="qvaluelist-h.html">ntqvaluelist.h</a>> +#include <<a href="tqvaluelist-h.html">tqvaluelist.h</a>> #include <<a href="qstring-h.html">ntqstring.h</a>> #include <<a href="qwindowdefs-h.html">ntqwindowdefs.h</a>> #include <stdio.h> |