diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqvaluelist.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqvaluelist.html')
-rw-r--r-- | doc/html/tqvaluelist.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html index 3fb0ed664..e620730d6 100644 --- a/doc/html/tqvaluelist.html +++ b/doc/html/tqvaluelist.html @@ -441,7 +441,7 @@ This iterator equals <a href="#constBegin">constBegin</a>() if the list is empty <p> Returns the number of items in the list. <p> <p>See also <a href="#isEmpty">isEmpty</a>(). -<p>Examples: <a href="tutorial2-03.html#x2555">chart/element.cpp</a>, <a href="fileiconview-example.html#x874">fileiconview/qfileiconview.cpp</a>, and <a href="statistics-example.html#x2790">table/statistics/statistics.cpp</a>. +<p>Examples: <a href="tutorial2-03.html#x2555">chart/element.cpp</a>, <a href="fileiconview-example.html#x874">fileiconview/tqfileiconview.cpp</a>, and <a href="statistics-example.html#x2790">table/statistics/statistics.cpp</a>. <h3 class=fn>bool <a name="empty"></a>TQValueList::empty () const </h3> @@ -757,7 +757,7 @@ to <a href="#count">count</a>(). <p> <p>See also <a href="#empty">empty</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt-2"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="tqvaluelist.html">TQValueList</a><T> & l ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt-2"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqvaluelist.html">TQValueList</a><T> & l ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -765,7 +765,7 @@ to <a href="#count">count</a>(). <p> Writes a list, <em>l</em>, to the stream <em>s</em>. The type T stored in the list must implement the streaming operator. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="tqvaluelist.html">TQValueList</a><T> & l ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqvaluelist.html">TQValueList</a><T> & l ) </h3> <p> |