diff options
Diffstat (limited to 'doc/html/opengl.html')
-rw-r--r-- | doc/html/opengl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/opengl.html b/doc/html/opengl.html index 7b6e4f3c9..3fce7175e 100644 --- a/doc/html/opengl.html +++ b/doc/html/opengl.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } <p> OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. The user interface for an OpenGL<sup>*</sup> application must be created with another toolkit, -such as <a href="motif-extension.html#Motif">Motif</a> on the X platform, Microsoft Foundation Classes (MFC) +such as Motif on the X platform, Microsoft Foundation Classes (MFC) under Windows, or TQt on <em>both</em> platforms. <p> The TQt OpenGL module makes it easy to use OpenGL in TQt applications. It provides an OpenGL widget class that can be used just like any |