summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-07.html
diff options
context:
space:
mode:
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 154d8d96f..ac12ccc97 100644
--- a/doc/html/tutorial2-07.html
+++ b/doc/html/tutorial2-07.html
@@ -62,7 +62,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
@@ -89,7 +89,7 @@ draw the chart and mark it as unchanged.
<a href="tqwidget.html#setCaption">setCaption</a>( TQString( "Chart -- %1" ).arg( m_filename ) );
<a href="tqmainwindow.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