summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuttongroup.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbuttongroup.3qt')
-rw-r--r--doc/man/man3/tqbuttongroup.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqbuttongroup.3qt b/doc/man/man3/tqbuttongroup.3qt
index 1b80ed5c0..ae606e01d 100644
--- a/doc/man/man3/tqbuttongroup.3qt
+++ b/doc/man/man3/tqbuttongroup.3qt
@@ -11,9 +11,9 @@ TQButtonGroup \- Organizes TQButton widgets in a group
.SH SYNOPSIS
\fC#include <tqbuttongroup.h>\fR
.PP
-Inherits QGroupBox.
+Inherits TQGroupBox.
.PP
-Inherited by QHButtonGroup and QVButtonGroup.
+Inherited by TQHButtonGroup and TQVButtonGroup.
.PP
.SS "Public Members"
.in +1c
@@ -102,7 +102,7 @@ An exclusive button group switches off all toggle buttons except the one that wa
.PP
There are two ways of using a button group:
.TP
-The button group is the parent widget of a number of buttons, 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 QGroupBox.
+The button group is the parent widget of a number of buttons, 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 TQGroupBox.
.TP
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 insert(), into the button group and given an identifier.
.PP