diff options
Diffstat (limited to 'doc/man/man3/tqradiobutton.3qt')
-rw-r--r-- | doc/man/man3/tqradiobutton.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqradiobutton.3qt b/doc/man/man3/tqradiobutton.3qt index bd0c806b6..fed88c21d 100644 --- a/doc/man/man3/tqradiobutton.3qt +++ b/doc/man/man3/tqradiobutton.3qt @@ -46,10 +46,10 @@ Inherits TQButton. .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" @@ -134,7 +134,7 @@ The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructo Constructs a radio button with the text \fItext\fR. .PP The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructor. -.SH "QKeySequence TQButton::accel () const" +.SH "TQKeySequence TQButton::accel () const" Returns the accelerator associated with the button. See the "accel" property for details. .SH "bool TQButton::autoRepeat () const" Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. See the "autoRepeat" property for details. @@ -178,7 +178,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. @@ -213,7 +213,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. |