diff options
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> |