diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqheader.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>. |