summaryrefslogtreecommitdiffstats
path: root/doc/html/collection.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/collection.html')
-rw-r--r--doc/html/collection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/collection.html b/doc/html/collection.html
index 4987ac6b9..2381ddaa8 100644
--- a/doc/html/collection.html
+++ b/doc/html/collection.html
@@ -115,7 +115,7 @@ them out in reverse order:
int main()
{
<a href="ntqptrlist.html">TQPtrList</a>&lt;Employee&gt; list; // list of pointers to Employee
- list.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); // delete items when they are removed
+ list.<a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>( true ); // delete items when they are removed
list.<a href="ntqptrlist.html#append">append</a>( new Employee("Bill", 50000) );
list.<a href="ntqptrlist.html#append">append</a>( new Employee("Steve",80000) );