diff options
Diffstat (limited to 'doc/html/qglwidget.html')
-rw-r--r-- | doc/html/qglwidget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index 06646624a..30e4e3512 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -161,7 +161,7 @@ paintGL() is called. </pre> <p> If you need to trigger a repaint from places other than <a href="#paintGL">paintGL</a>() -(a typical example is when using <a href="ntqtimer.html">timers</a> to +(a typical example is when using <a href="tqtimer.html">timers</a> to animate scenes), you should call the widget's <a href="#updateGL">updateGL</a>() function. <p> Your widget's OpenGL rendering context is made current when paintGL(), <a href="#resizeGL">resizeGL</a>(), or <a href="#initializeGL">initializeGL</a>() is called. If you need to |