summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbutton.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbutton.3qt')
-rw-r--r--doc/man/man3/tqbutton.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqbutton.3qt b/doc/man/man3/tqbutton.3qt
index 74cd6752c..15a644e08 100644
--- a/doc/man/man3/tqbutton.3qt
+++ b/doc/man/man3/tqbutton.3qt
@@ -36,10 +36,10 @@ Inherited by TQCheckBox, TQPushButton, TQRadioButton, and TQToolButton.
.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR () const"
+.BI "TQKeySequence \fBaccel\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetAccel\fR ( const QKeySequence & )"
+.BI "virtual void \fBsetAccel\fR ( const TQKeySequence & )"
.br
.ti -1c
.BI "bool \fBisToggleButton\fR () const"
@@ -108,7 +108,7 @@ Inherited by TQCheckBox, TQPushButton, TQRadioButton, and TQToolButton.
.SS "Properties"
.in +1c
.ti -1c
-.BI "QKeySequence \fBaccel\fR - the accelerator associated with the button"
+.BI "TQKeySequence \fBaccel\fR - the accelerator associated with the button"
.br
.ti -1c
.BI "bool \fBautoRepeat\fR - whether autoRepeat is enabled"
@@ -255,7 +255,7 @@ Constructs a standard button called \fIname\fR with parent \fIparent\fR, using t
If \fIparent\fR is a TQButtonGroup, this constructor calls TQButtonGroup::insert().
.SH "TQButton::~TQButton ()"
Destroys the button.
-.SH "QKeySequence TQButton::accel () const"
+.SH "TQKeySequence TQButton::accel () const"
Returns the accelerator associated with the button. See the "accel" property for details.
.SH "void TQButton::animateClick ()\fC [slot]\fR"
Performs an animated click: the button is pressed and released a short while later.
@@ -327,7 +327,7 @@ Examples:
This signal is emitted when the button is released.
.PP
See also pressed(), clicked(), and toggled().
-.SH "void TQButton::setAccel ( const QKeySequence & )\fC [virtual]\fR"
+.SH "void TQButton::setAccel ( const TQKeySequence & )\fC [virtual]\fR"
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void TQButton::setAutoRepeat ( bool )\fC [virtual]\fR"
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details.
@@ -376,7 +376,7 @@ See also clicked().
.PP
Example: listbox/listbox.cpp.
.SS "Property Documentation"
-.SH "QKeySequence accel"
+.SH "TQKeySequence accel"
This property holds the accelerator associated with the button.
.PP
This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed.