summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-07.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-30 14:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-25 16:43:08 +0900
commit35ced32e331ee29fda1642616c803637952f5b22 (patch)
treeda44726777f814e19c7ef1e43854f6a1693dd6fb /doc/html/tutorial2-07.html
parent7dd4848d61e4c52091d6c644356c84c67536bde2 (diff)
downloadtqt-35ced32e.tar.gz
tqt-35ced32e.zip
Replace TRUE/FALSE with boolean values true/false - part 1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7f1e6e2552d9cdbb3d76bff089db522248b9a24)
Diffstat (limited to 'doc/html/tutorial2-07.html')
-rw-r--r--doc/html/tutorial2-07.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tutorial2-07.html b/doc/html/tutorial2-07.html
index 540eba29f..12ad2ee74 100644
--- a/doc/html/tutorial2-07.html
+++ b/doc/html/tutorial2-07.html
@@ -63,7 +63,7 @@ body { background: #ffffff; color: black; }
updateRecentFiles( filename );
drawElements();
- m_changed = FALSE;
+ m_changed = false;
}
</pre>
<p> Loading a data set is very easy. We open the file and create a text
@@ -90,7 +90,7 @@ draw the chart and mark it as unchanged.
<a href="ntqwidget.html#setCaption">setCaption</a>( TQString( "Chart -- %1" ).arg( m_filename ) );
<a href="ntqmainwindow.html#statusBar">statusBar</a>()-&gt;message( TQString( "Saved \'%1\'" ).arg( m_filename ), 2000 );
- m_changed = FALSE;
+ m_changed = false;
}
</pre>
<p> Saving data is equally easy. We open the file and create a text