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 c6bb65369..a91f3f033 100644
--- a/doc/html/collection.html
+++ b/doc/html/collection.html
@@ -114,7 +114,7 @@ them out in reverse order:
int main()
{
<a href="tqptrlist.html">TQPtrList</a>&lt;Employee&gt; list; // list of pointers to Employee
- list.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE ); // delete items when they are removed
+ list.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( true ); // delete items when they are removed
list.<a href="tqptrlist.html#append">append</a>( new Employee("Bill", 50000) );
list.<a href="tqptrlist.html#append">append</a>( new Employee("Steve",80000) );