diff options
Diffstat (limited to 'doc/man/man3/tqlcdnumber.3qt')
-rw-r--r-- | doc/man/man3/tqlcdnumber.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt index 4804a8dc1..36894a5fd 100644 --- a/doc/man/man3/tqlcdnumber.3qt +++ b/doc/man/man3/tqlcdnumber.3qt @@ -11,7 +11,7 @@ TQLCDNumber \- Displays a number with LCD-like digits .SH SYNOPSIS \fC#include <tqlcdnumber.h>\fR .PP -Inherits QFrame. +Inherits TQFrame. .PP .SS "Public Members" .in +1c @@ -146,7 +146,7 @@ Incidentally, TQLCDNumber is the very oldest part of Qt, tracing back to a BASIC .ce 1 .B "[Image Omitted]" .PP -See also TQLabel, QFrame, and Basic Widgets. +See also TQLabel, TQFrame, and Basic Widgets. .SS "Member Type Documentation" .SH "TQLCDNumber::Mode" This type determines how numbers are shown. @@ -172,13 +172,13 @@ This type determines the visual appearance of the TQLCDNumber widget. .SH "TQLCDNumber::TQLCDNumber ( TQWidget * parent = 0, const char * name = 0 )" Constructs an LCD number, sets the number of digits to 5, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The segmentStyle() is set to Outline. .PP -The \fIparent\fR and \fIname\fR arguments are passed to the QFrame constructor. +The \fIparent\fR and \fIname\fR arguments are passed to the TQFrame constructor. .PP See also numDigits and smallDecimalPoint. .SH "TQLCDNumber::TQLCDNumber ( uint numDigits, TQWidget * parent = 0, const char * name = 0 )" Constructs an LCD number, sets the number of digits to \fInumDigits\fR, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box. The segmentStyle() is set to Outline. .PP -The \fIparent\fR and \fIname\fR arguments are passed to the QFrame constructor. +The \fIparent\fR and \fIname\fR arguments are passed to the TQFrame constructor. .PP See also numDigits and smallDecimalPoint. .SH "TQLCDNumber::~TQLCDNumber ()" @@ -209,9 +209,9 @@ This is an overloaded member function, provided for convenience. It behaves esse .PP Displays the number \fInum\fR. .SH "void TQLCDNumber::drawContents ( TQPainter * p )\fC [virtual protected]\fR" -Draws the LCD number using painter \fIp\fR. This function is called from QFrame::paintEvent(). +Draws the LCD number using painter \fIp\fR. This function is called from TQFrame::paintEvent(). .PP -Reimplemented from QFrame. +Reimplemented from TQFrame. .SH "int TQLCDNumber::intValue () const" Returns the displayed value rounded to the nearest integer. See the "intValue" property for details. .SH "Mode TQLCDNumber::mode () const" |