summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlcdnumber.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlcdnumber.3qt')
-rw-r--r--doc/man/man3/tqlcdnumber.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt
index d39eeba22..b7213c2fa 100644
--- a/doc/man/man3/tqlcdnumber.3qt
+++ b/doc/man/man3/tqlcdnumber.3qt
@@ -121,7 +121,7 @@ Inherits QFrame.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBdrawContents\fR ( QPainter * p )"
+.BI "virtual void \fBdrawContents\fR ( TQPainter * p )"
.br
.in -1c
.SH DESCRIPTION
@@ -208,7 +208,7 @@ Sets the displayed value rounded to the nearest integer to \fInum\fR. See the "i
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Displays the number \fInum\fR.
-.SH "void QLCDNumber::drawContents ( QPainter * p )\fC [virtual protected]\fR"
+.SH "void QLCDNumber::drawContents ( TQPainter * p )\fC [virtual protected]\fR"
Draws the LCD number using painter \fIp\fR. This function is called from QFrame::paintEvent().
.PP
Reimplemented from QFrame.
@@ -287,7 +287,7 @@ l - l. Style Result Outline Produces raised segments filled with the background
.fi
</center>
.PP
-Outline and Filled will additionally use QColorGroup::light() and QColorGroup::dark() for shadow effects.
+Outline and Filled will additionally use TQColorGroup::light() and TQColorGroup::dark() for shadow effects.
.PP
Set this property's value with setSegmentStyle() and get this property's value with segmentStyle().
.SH "bool smallDecimalPoint"