diff options
Diffstat (limited to 'doc/html/tqbuttongroup.html')
-rw-r--r-- | doc/html/tqbuttongroup.html | 6 |
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 <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>></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 |