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/toggleaction-example.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/toggleaction-example.html')
-rw-r--r-- | doc/html/toggleaction-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/toggleaction-example.html b/doc/html/toggleaction-example.html index 38c0e93a1..09af73fcd 100644 --- a/doc/html/toggleaction-example.html +++ b/doc/html/toggleaction-example.html @@ -51,7 +51,7 @@ int main( int argc, char **argv ) <a href="tqtoolbar.html">TQToolBar</a> * toolbar = new <a href="tqtoolbar.html">TQToolBar</a>( window ); <a href="tqaction.html">TQAction</a> * labelonoffaction = new <a href="tqaction.html">TQAction</a>( window, "labelonoff" ); -<a name="x2975"></a> labelonoffaction-><a href="tqaction.html#setToggleAction">setToggleAction</a>( TRUE ); +<a name="x2975"></a> labelonoffaction-><a href="tqaction.html#setToggleAction">setToggleAction</a>( true ); <a name="x2974"></a> labelonoffaction-><a href="tqaction.html#setText">setText</a>( "labels on/off" ); <a name="x2972"></a> labelonoffaction-><a href="tqaction.html#setAccel">setAccel</a>( TQt::ALT+TQt::Key_L ); |