From 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Aug 2024 19:56:49 +0900 Subject: Rename remaining ntq[i-l]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqradiobutton.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqradiobutton.html') diff --git a/doc/html/tqradiobutton.html b/doc/html/tqradiobutton.html index 9c3580fe3..74357bc53 100644 --- a/doc/html/tqradiobutton.html +++ b/doc/html/tqradiobutton.html @@ -114,7 +114,7 @@ Constructs a radio button with the text text.

The parent and name arguments are sent on to the TQWidget constructor. -

TQKeySequence TQButton::accel () const +

TQKeySequence TQButton::accel () const

Returns the accelerator associated with the button. See the "accel" property for details.

bool TQButton::autoRepeat () const @@ -172,7 +172,7 @@ See the "pixmap" property for details.

This signal is emitted when the button is released.

See also pressed(), clicked(), and toggled(). -

void TQButton::setAccel ( const TQKeySequence & ) [virtual] +

void TQButton::setAccel ( const TQKeySequence & ) [virtual]

Sets the accelerator associated with the button. See the "accel" property for details.

void TQButton::setAutoRepeat ( bool ) [virtual] @@ -221,7 +221,7 @@ or because setOn() was called.

Example: listbox/listbox.cpp.


Property Documentation

-

TQKeySequence accel

+

TQKeySequence accel

This property holds the accelerator associated with the button.

This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed. -- cgit v1.2.1