diff options
Diffstat (limited to 'doc/html/tutorial2-09.html')
| -rw-r--r-- | doc/html/tutorial2-09.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tutorial2-09.html b/doc/html/tutorial2-09.html index 8b454dab8..14c0e82d3 100644 --- a/doc/html/tutorial2-09.html +++ b/doc/html/tutorial2-09.html @@ -44,7 +44,7 @@ apply to all data sets in one place. <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: OptionsForm( <a href="ntqwidget.html">TQWidget</a>* parent = 0, const char* name = "options form", - bool modal = FALSE, WFlags f = 0 ); + bool modal = false, WFlags f = 0 ); ~OptionsForm() {} <a href="ntqfont.html">TQFont</a> font() const { return m_font; } @@ -120,7 +120,7 @@ vertical box layout. <p> <pre> chartTypeTextLabel = new <a href="ntqlabel.html">TQLabel</a>( "&Chart Type", this ); <a name="x2631"></a> chartTypeLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( chartTypeTextLabel ); - chartTypeComboBox = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, this ); + chartTypeComboBox = new <a href="ntqcombobox.html">TQComboBox</a>( false, this ); <a name="x2633"></a> chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_piechart ), "Pie Chart" ); chartTypeComboBox-><a href="ntqcombobox.html#insertItem">insertItem</a>( TQPixmap( options_verticalbarchart ), "Vertical Bar Chart" ); @@ -165,7 +165,7 @@ know what font the user is using). <a name="x2644"></a> addValuesButtonGroupLayout-><a href="qlayoutitem.html#setAlignment">setAlignment</a>( TQt::AlignTop ); noRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&No", addValuesButtonGroup ); - <a name="x2645"></a> noRadioButton-><a href="ntqradiobutton.html#setChecked">setChecked</a>( TRUE ); + <a name="x2645"></a> noRadioButton-><a href="ntqradiobutton.html#setChecked">setChecked</a>( true ); addValuesButtonGroupLayout-><a href="qboxlayout.html#addWidget">addWidget</a>( noRadioButton ); yesRadioButton = new <a href="ntqradiobutton.html">TQRadioButton</a>( "&Yes", addValuesButtonGroup ); |
