diff options
Diffstat (limited to 'doc/html/ntqheader.html')
-rw-r--r-- | doc/html/ntqheader.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqheader.html b/doc/html/ntqheader.html index e918e8044..5620975c2 100644 --- a/doc/html/ntqheader.html +++ b/doc/html/ntqheader.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } tables and listviews. <a href="#details">More...</a> <p><tt>#include <<a href="qheader-h.html">ntqheader.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qheader-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -183,11 +183,11 @@ section the <a href="#indexChange">indexChange</a>() signal is emitted. <p> <p>See also <a href="ntqlistview.html">TQListView</a>, <a href="ntqtable.html">TQTable</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQHeader"></a>TQHeader::TQHeader ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQHeader"></a>TQHeader::TQHeader ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a horizontal header called <em>name</em>, with parent <em>parent</em>. -<h3 class=fn><a name="TQHeader-2"></a>TQHeader::TQHeader ( int n, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQHeader-2"></a>TQHeader::TQHeader ( int n, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a horizontal header called <em>name</em>, with <em>n</em> sections and parent <em>parent</em>. |