summaryrefslogtreecommitdiffstats
path: root/doc/html/cursor-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/cursor-example.html')
-rw-r--r--doc/html/cursor-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html
index 17044d4eb..97778cbe6 100644
--- a/doc/html/cursor-example.html
+++ b/doc/html/cursor-example.html
@@ -156,8 +156,8 @@ CursorView::CursorView() // construct view
- <a href="tqbitmap.html">TQBitmap</a> cb( cb_width, cb_height, cb_bits, TRUE );
- <a href="tqbitmap.html">TQBitmap</a> cm( cm_width, cm_height, cm_bits, TRUE );
+ <a href="tqbitmap.html">TQBitmap</a> cb( cb_width, cb_height, cb_bits, true );
+ <a href="tqbitmap.html">TQBitmap</a> cm( cm_width, cm_height, cm_bits, true );
<a href="tqcursor.html">TQCursor</a> custom( cb, cm ); // create bitmap cursor
label = new <a href="tqlabel.html">TQLabel</a>( this ); // create the big label