diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/simple-font-demo-example.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (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/simple-font-demo-example.html')
| -rw-r--r-- | doc/html/simple-font-demo-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index 194dd96bb..59ba5677e 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -120,7 +120,7 @@ private: italicsButton = new <a href="tqpushbutton.html">TQPushButton</a>( "Italics", this, "pushbutton3" ); - italicsButton-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "lucida", 12, TQFont::Bold, TRUE ) ); + italicsButton-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "lucida", 12, TQFont::Bold, true ) ); <a href="tqobject.html#connect">connect</a>( italicsButton, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( setItalics() ) ); @@ -133,7 +133,7 @@ void <a name="f591"></a>Viewer::setDefault() <a name="x2843"></a> font.<a href="tqfont.html#setPointSize">setPointSize</a>( 24 ); <a name="x2846"></a> font.<a href="tqfont.html#setWeight">setWeight</a>( TQFont::Bold ); -<a name="x2845"></a> font.<a href="tqfont.html#setUnderline">setUnderline</a>( TRUE ); +<a name="x2845"></a> font.<a href="tqfont.html#setUnderline">setUnderline</a>( true ); greetings-><a href="tqwidget.html#setFont">setFont</a>( font ); @@ -154,7 +154,7 @@ void <a name="f593"></a>Viewer::setItalics() <a href="tqfont.html">TQFont</a> font( "Tokyo" ); font.<a href="tqfont.html#setPointSize">setPointSize</a>( 32 ); font.<a href="tqfont.html#setWeight">setWeight</a>( TQFont::Bold ); -<a name="x2842"></a> font.<a href="tqfont.html#setItalic">setItalic</a>( TRUE ); +<a name="x2842"></a> font.<a href="tqfont.html#setItalic">setItalic</a>( true ); greetings-><a href="tqwidget.html#setFont">setFont</a>( font ); |
