summaryrefslogtreecommitdiffstats
path: root/doc/html/scribble-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/scribble-example.html')
-rw-r--r--doc/html/scribble-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html
index 5ee6f459f..5d5066e5c 100644
--- a/doc/html/scribble-example.html
+++ b/doc/html/scribble-example.html
@@ -168,7 +168,7 @@ const bool no_writing = FALSE;
<a name="x907"></a><a name="x906"></a> if ((tqApp-&gt;<a href="ntqapplication.html#argc">argc</a>() &gt; 0) &amp;&amp; !buffer.load(tqApp-&gt;<a href="ntqapplication.html#argv">argv</a>()[1]))
buffer.fill( <a href="ntqwidget.html#colorGroup">colorGroup</a>().base() );
<a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteBase );
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
<a href="ntqwidget.html#setCursor">setCursor</a>( TQt::crossCursor );
#endif
}