summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgroupbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/ntqgroupbox.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqgroupbox.html')
-rw-r--r--doc/html/ntqgroupbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqgroupbox.html b/doc/html/ntqgroupbox.html
index 53c0ee6c..d2c0f111 100644
--- a/doc/html/ntqgroupbox.html
+++ b/doc/html/ntqgroupbox.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQGroupBox widget provides a group box frame with a title.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qgroupbox-h.html">ntqgroupbox.h</a>&gt;</tt>
-<p>Inherits <a href="ntqframe.html">TQFrame</a>.
-<p>Inherited by <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="ntqhgroupbox.html">TQHGroupBox</a>, and <a href="ntqvgroupbox.html">TQVGroupBox</a>.
+<p>Inherits <a href="tqframe.html">TQFrame</a>.
+<p>Inherited by <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="ntqhgroupbox.html">TQHGroupBox</a>, and <a href="ntqvgroupbox.html">TQVGroupBox</a>.
<p><a href="qgroupbox-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -109,7 +109,7 @@ constructor) and the title's <a href="#alignment">alignment</a>().
consumption, you can remove the right, left and bottom edges of
the frame with <a href="#setFlat">setFlat</a>().
<p> <img src=qgrpbox-w.png>
-<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>.
+<p> <p>See also <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQGroupBox"></a>TQGroupBox::TQGroupBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )