summaryrefslogtreecommitdiffstats
path: root/doc/html/tqbuttongroup.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tqbuttongroup.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt-82ecd834.tar.gz
tqt-82ecd834.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqbuttongroup.html')
-rw-r--r--doc/html/tqbuttongroup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqbuttongroup.html b/doc/html/tqbuttongroup.html
index 7e5843d17..003622d10 100644
--- a/doc/html/tqbuttongroup.html
+++ b/doc/html/tqbuttongroup.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQButtonGroup widget organizes TQButton widgets in a group.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>&gt;</tt>
-<p>Inherits <a href="ntqgroupbox.html">TQGroupBox</a>.
-<p>Inherited by <a href="ntqhbuttongroup.html">TQHButtonGroup</a> and <a href="ntqvbuttongroup.html">TQVButtonGroup</a>.
+<p>Inherits <a href="tqgroupbox.html">TQGroupBox</a>.
+<p>Inherited by <a href="tqhbuttongroup.html">TQHButtonGroup</a> and <a href="tqvbuttongroup.html">TQVButtonGroup</a>.
<p><a href="tqbuttongroup-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -95,7 +95,7 @@ if the button group is non-exclusive. (See
i.e. the button group is the parent argument in the button
constructor. The buttons are assigned identifiers 0, 1, 2, etc.,
in the order they are created. A TQButtonGroup can display a frame
-and a title because it inherits <a href="ntqgroupbox.html">TQGroupBox</a>.
+and a title because it inherits <a href="tqgroupbox.html">TQGroupBox</a>.
<li> The button group is an invisible widget and the contained
buttons have some other parent widget. In this usage, each button
must be manually inserted, using <a href="#insert">insert</a>(), into the button group