diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqpushbutton.3qt | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqpushbutton.3qt')
-rw-r--r-- | doc/man/man3/tqpushbutton.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqpushbutton.3qt b/doc/man/man3/tqpushbutton.3qt index 651b341ee..57f495f90 100644 --- a/doc/man/man3/tqpushbutton.3qt +++ b/doc/man/man3/tqpushbutton.3qt @@ -88,10 +88,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" @@ -235,7 +235,7 @@ Note that you can also pass a TQPixmap object as an icon (thanks to the implicit The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor. .SH "TQPushButton::~TQPushButton ()" Destroys the push 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 "bool TQPushButton::autoDefault () const" Returns TRUE if the push button is the auto default button; otherwise returns FALSE. See the "autoDefault" property for details. @@ -291,7 +291,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 TQPushButton::setAutoDefault ( bool autoDef )\fC [virtual]\fR" Sets whether the push button is the auto default button to \fIautoDef\fR. See the "autoDefault" property for details. @@ -347,7 +347,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. |