summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqheader.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqheader.html')
-rw-r--r--doc/html/ntqheader.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html
index cbc1849f..47f29c36 100644
--- a/doc/html/ntqheader.html
+++ b/doc/html/ntqheader.html
@@ -127,7 +127,7 @@ tables and listviews.
row labels, or a horizontal header to display column labels. It is
used by <a href="ntqtable.html">TQTable</a> and <a href="ntqlistview.html">TQListView</a> for example.
<p> A header is composed of one or more <em>sections</em>, each of which can
-display a text label and an <a href="ntqiconset.html">iconset</a>. A sort
+display a text label and an <a href="tqiconset.html">iconset</a>. A sort
indicator (an arrow) can also be displayed using
<a href="#setSortIndicator">setSortIndicator</a>().
<p> Sections are added with <a href="#addLabel">addLabel</a>() and removed with <a href="#removeLabel">removeLabel</a>().
@@ -204,7 +204,7 @@ headers, at the bottom for vertical headers). The section's width
is set to <em>size</em>. If <em>size</em> &lt; 0, an appropriate size for the
text <em>s</em> is chosen.
-<h3 class=fn>int <a name="addLabel-2"></a>TQHeader::addLabel ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )
+<h3 class=fn>int <a name="addLabel-2"></a>TQHeader::addLabel ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Adds a new section with iconset <em>iconset</em> and label text <em>s</em>.
@@ -257,7 +257,7 @@ See the <a href="ntqheader.html#count-prop">"count"</a> property for details.
</h3>
Returns the total width of all the header columns.
-<h3 class=fn><a href="ntqiconset.html">TQIconSet</a>&nbsp;* <a name="iconSet"></a>TQHeader::iconSet ( int&nbsp;section ) const
+<h3 class=fn><a href="tqiconset.html">TQIconSet</a>&nbsp;* <a name="iconSet"></a>TQHeader::iconSet ( int&nbsp;section ) const
</h3>
Returns the icon set for section <em>section</em>. If the section does
not exist, 0 is returned.
@@ -465,7 +465,7 @@ unchanged.
<p> If the section does not exist, nothing happens.
<p>Examples: <a href="tutorial2-08.html#x2605">chart/setdataform.cpp</a> and <a href="small-table-example-example.html#x2798">table/small-table-demo/main.cpp</a>.
-<h3 class=fn>void <a name="setLabel-2"></a>TQHeader::setLabel ( int&nbsp;section, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setLabel-2"></a>TQHeader::setLabel ( int&nbsp;section, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;size = -1 )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the icon for section <em>section</em> to <em>iconset</em> and the text to