diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqicondragevent.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqicondragevent.html')
-rw-r--r-- | doc/html/tqicondragevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqicondragevent.html b/doc/html/tqicondragevent.html index 5520ce267..1f764c9f4 100644 --- a/doc/html/tqicondragevent.html +++ b/doc/html/tqicondragevent.html @@ -57,7 +57,7 @@ this event is is normal to begin using drag and drop. </h3> <p> Constructs an icon drag event object with the accept parameter -flag set to FALSE. +flag set to false. <p> <p>See also <a href="#accept">accept</a>(). <h3 class=fn>void <a name="accept"></a>TQIconDragEvent::accept () @@ -81,8 +81,8 @@ has not handled the icon drag as a result other events can be sent. <h3 class=fn>bool <a name="isAccepted"></a>TQIconDragEvent::isAccepted () const </h3> -<p> Returns TRUE if the receiver of the event has started a drag and -drop operation; otherwise returns FALSE. +<p> Returns true if the receiver of the event has started a drag and +drop operation; otherwise returns false. <p> <p>See also <a href="#accept">accept</a>() and <a href="#ignore">ignore</a>(). <!-- eof --> |