summaryrefslogtreecommitdiffstats
path: root/doc/html/qglformat.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qglformat.html')
-rw-r--r--doc/html/qglformat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qglformat.html b/doc/html/qglformat.html
index 587172f2a..7fbb3fdd2 100644
--- a/doc/html/qglformat.html
+++ b/doc/html/qglformat.html
@@ -168,7 +168,7 @@ in classes derived from <a href="qglwidget.html">TQGLWidget</a>, for example:
<pre>
// The rendering in MyGLWidget depends on using
// stencil buffer and alpha channel
- MyGLWidget::MyGLWidget( <a href="ntqwidget.html">TQWidget</a>* parent, const char* name )
+ MyGLWidget::MyGLWidget( <a href="tqwidget.html">TQWidget</a>* parent, const char* name )
: <a href="qglwidget.html">TQGLWidget</a>( <a href="#TQGLFormat">TQGLFormat</a>( StencilBuffer | AlphaChannel ), parent, name )
{
if ( !format().stencil() )