From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqvgroupbox.3qt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/man/man3/tqvgroupbox.3qt') diff --git a/doc/man/man3/tqvgroupbox.3qt b/doc/man/man3/tqvgroupbox.3qt index ad1e2fc03..ca2f984fb 100644 --- a/doc/man/man3/tqvgroupbox.3qt +++ b/doc/man/man3/tqvgroupbox.3qt @@ -1,5 +1,5 @@ '\" t -.TH QVGroupBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQVGroupBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,28 +7,28 @@ .ad l .nh .SH NAME -QVGroupBox \- Organizes a group of widgets in a vertical column +TQVGroupBox \- Organizes a group of widgets in a vertical column .SH SYNOPSIS -\fC#include \fR +\fC#include \fR .PP -Inherits QGroupBox. +Inherits TQGroupBox. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQVGroupBox\fR ( TQWidget * parent = 0, const char * name = 0 )" +.BI "\fBTQVGroupBox\fR ( TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fBQVGroupBox\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" +.BI "\fBTQVGroupBox\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fB~QVGroupBox\fR ()" +.BI "\fB~TQVGroupBox\fR ()" .br .in -1c .SH DESCRIPTION -The QVGroupBox widget organizes a group of widgets in a vertical column. +The TQVGroupBox widget organizes a group of widgets in a vertical column. .PP -QVGroupBox is a convenience class that offers a thin layer on top of QGroupBox. Think of it as a QVBox that offers a frame with a title. +TQVGroupBox is a convenience class that offers a thin layer on top of TQGroupBox. Think of it as a TQVBox that offers a frame with a title. .PP
.ce 1 @@ -36,21 +36,21 @@ QVGroupBox is a convenience class that offers a thin layer on top of QGroupBox. .PP
.PP -See also QHGroupBox, Widget Appearance and Style, Layout Management, and Organizers. +See also TQHGroupBox, Widget Appearance and Style, Layout Management, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QVGroupBox::QVGroupBox ( TQWidget * parent = 0, const char * name = 0 )" +.SH "TQVGroupBox::TQVGroupBox ( TQWidget * parent = 0, const char * name = 0 )" Constructs a vertical group box with no title. .PP The \fIparent\fR and \fIname\fR arguments are passed on to the TQWidget constructor. -.SH "QVGroupBox::QVGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" +.SH "TQVGroupBox::TQVGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" Constructs a vertical group box with the title \fItitle\fR. .PP The \fIparent\fR and \fIname\fR arguments are passed on to the TQWidget constructor. -.SH "QVGroupBox::~QVGroupBox ()" +.SH "TQVGroupBox::~TQVGroupBox ()" Destroys the vertical group box, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqvgroupbox.html +.BR http://doc.trolltech.com/tqvgroupbox.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the -- cgit v1.2.3