diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/man/man3/tqhbuttongroup.3qt | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-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/man/man3/tqhbuttongroup.3qt')
-rw-r--r-- | doc/man/man3/tqhbuttongroup.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqhbuttongroup.3qt b/doc/man/man3/tqhbuttongroup.3qt index 68165e9b7..acdad5343 100644 --- a/doc/man/man3/tqhbuttongroup.3qt +++ b/doc/man/man3/tqhbuttongroup.3qt @@ -7,11 +7,11 @@ .ad l .nh .SH NAME -QHButtonGroup \- Organizes QButton widgets in a group with one horizontal row +QHButtonGroup \- Organizes TQButton widgets in a group with one horizontal row .SH SYNOPSIS \fC#include <ntqhbuttongroup.h>\fR .PP -Inherits QButtonGroup. +Inherits TQButtonGroup. .PP .SS "Public Members" .in +1c @@ -26,9 +26,9 @@ Inherits QButtonGroup. .br .in -1c .SH DESCRIPTION -The QHButtonGroup widget organizes QButton widgets in a group with one horizontal row. +The QHButtonGroup widget organizes TQButton widgets in a group with one horizontal row. .PP -QHButtonGroup is a convenience class that offers a thin layer on top of QButtonGroup. From a layout point of view it is effectively a QHBox that offers a frame with a title and is specifically designed for buttons. From a functionality point of view it is a QButtonGroup. +QHButtonGroup is a convenience class that offers a thin layer on top of TQButtonGroup. From a layout point of view it is effectively a QHBox that offers a frame with a title and is specifically designed for buttons. From a functionality point of view it is a TQButtonGroup. .PP <center> .ce 1 |