From d73937a9f779e2aafa6c392f94c9c29aa32b78fd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae) --- doc/man/man3/tqdial.3qt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man/man3/tqdial.3qt') diff --git a/doc/man/man3/tqdial.3qt b/doc/man/man3/tqdial.3qt index b0a034afd..27613535f 100644 --- a/doc/man/man3/tqdial.3qt +++ b/doc/man/man3/tqdial.3qt @@ -11,15 +11,15 @@ QDial \- Rounded range control (like a speedometer or potentiometer) .SH SYNOPSIS \fC#include \fR .PP -Inherits QWidget and QRangeControl. +Inherits TQWidget and QRangeControl. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQDial\fR ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "\fBQDial\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .ti -1c -.BI "\fBQDial\fR ( int minValue, int maxValue, int pageStep, int value, QWidget * parent = 0, const char * name = 0 )" +.BI "\fBQDial\fR ( int minValue, int maxValue, int pageStep, int value, TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c .BI "\fB~QDial\fR ()" @@ -183,9 +183,9 @@ The dial's keyboard interface is fairly simple: The left/up and right/down arrow .PP See also QScrollBar, QSpinBox, GUI Design Handbook: Slider, and Basic Widgets. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QDial::QDial ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" -Constructs a dial called \fIname\fR with parent \fIparent\fR. \fIf\fR is propagated to the QWidget constructor. It has the default range of a QRangeControl. -.SH "QDial::QDial ( int minValue, int maxValue, int pageStep, int value, QWidget * parent = 0, const char * name = 0 )" +.SH "QDial::QDial ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +Constructs a dial called \fIname\fR with parent \fIparent\fR. \fIf\fR is propagated to the TQWidget constructor. It has the default range of a QRangeControl. +.SH "QDial::QDial ( int minValue, int maxValue, int pageStep, int value, TQWidget * parent = 0, const char * name = 0 )" Constructs a dial called \fIname\fR with parent \fIparent\fR. The dial's value can never be smaller than \fIminValue\fR or greater than \fImaxValue\fR. Its page step size is \fIpageStep\fR, and its initial value is \fIvalue\fR. .PP \fIvalue\fR is forced to be within the legal range. -- cgit v1.2.3