summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcheckbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcheckbox.3qt')
-rw-r--r--doc/man/man3/tqcheckbox.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqcheckbox.3qt b/doc/man/man3/tqcheckbox.3qt
index 73fdd767c..327555d65 100644
--- a/doc/man/man3/tqcheckbox.3qt
+++ b/doc/man/man3/tqcheckbox.3qt
@@ -49,10 +49,10 @@ Inherits QButton.
.BI "virtual void \fBsetText\fR ( const TQString & )"
.br
.ti -1c
-.BI "const QPixmap * \fBpixmap\fR () const"
+.BI "const TQPixmap * \fBpixmap\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetPixmap\fR ( const QPixmap & )"
+.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
.BI "QKeySequence \fBaccel\fR () const"
@@ -183,7 +183,7 @@ Returns TRUE if the button is toggled; otherwise returns FALSE. See the "on" pro
Returns TRUE if the button is a toggle button; otherwise returns FALSE. See the "toggleButton" property for details.
.SH "bool QCheckBox::isTristate () const"
Returns TRUE if the checkbox is a tri-state checkbox; otherwise returns FALSE. See the "tristate" property for details.
-.SH "const QPixmap * QButton::pixmap () const"
+.SH "const TQPixmap * QButton::pixmap () const"
Returns the pixmap shown on the button. See the "pixmap" property for details.
.SH "void QButton::pressed ()\fC [signal]\fR"
This signal is emitted when the button is pressed down.
@@ -208,7 +208,7 @@ Sets whether the button is pressed. See the "down" property for details.
Sets the checkbox to the "no change" state.
.PP
See also tristate.
-.SH "void QButton::setPixmap ( const QPixmap & )\fC [virtual]\fR"
+.SH "void QButton::setPixmap ( const TQPixmap & )\fC [virtual]\fR"
Sets the pixmap shown on the button. See the "pixmap" property for details.
.SH "void QButton::setText ( const TQString & )\fC [virtual]\fR"
Sets the text shown on the button. See the "text" property for details.
@@ -259,7 +259,7 @@ This property holds whether the checkbox is checked.
The default is unchecked, i.e. FALSE.
.PP
Set this property's value with setChecked() and get this property's value with isChecked().
-.SH "QPixmap pixmap"
+.SH "TQPixmap pixmap"
This property holds the pixmap shown on the button.
.PP
If the pixmap is monochrome (i.e. it is a TQBitmap or its depth is 1) and it does not have a mask, this property will set the pixmap to be its own mask. The purpose of this is to draw transparent bitmaps which are important for toggle buttons, for example.