summaryrefslogtreecommitdiffstats
path: root/doc/html/toggleaction-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/toggleaction-example.html')
-rw-r--r--doc/html/toggleaction-example.html2
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-&gt;<a href="tqaction.html#setToggleAction">setToggleAction</a>( TRUE );
+<a name="x2975"></a> labelonoffaction-&gt;<a href="tqaction.html#setToggleAction">setToggleAction</a>( true );
<a name="x2974"></a> labelonoffaction-&gt;<a href="tqaction.html#setText">setText</a>( "labels on/off" );
<a name="x2972"></a> labelonoffaction-&gt;<a href="tqaction.html#setAccel">setAccel</a>( TQt::ALT+TQt::Key_L );