diff options
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r-- | src/opengl/qgl.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index eed5d37b5..612448d59 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -38,12 +38,12 @@ ** **********************************************************************/ -#include "qgl.h" -#include "qpixmap.h" -#include "qpaintdevicemetrics.h" -#include "qimage.h" -#include "qcleanuphandler.h" -#include "qptrdict.h" +#include "ntqgl.h" +#include "ntqpixmap.h" +#include "ntqpaintdevicemetrics.h" +#include "ntqimage.h" +#include "ntqcleanuphandler.h" +#include "ntqptrdict.h" static TQGLFormat* qgl_default_format = 0; static TQGLFormat* qgl_default_overlay_format = 0; @@ -62,7 +62,7 @@ static TQCleanupHandler<TQGLFormat> qgl_cleanup_format; /*! - \class TQGL qgl.h + \class TQGL ntqgl.h \brief The TQGL class is a namespace for miscellaneous identifiers in the TQt OpenGL module. \if defined(commercial) @@ -96,7 +96,7 @@ static TQCleanupHandler<TQGLFormat> qgl_cleanup_format; /*! - \class TQGLFormat qgl.h + \class TQGLFormat ntqgl.h \brief The TQGLFormat class specifies the display format of an OpenGL rendering context. \if defined(commercial) @@ -734,7 +734,7 @@ bool operator!=( const TQGLFormat& a, const TQGLFormat& b ) TQGLContext* TQGLContext::currentCtx = 0; /*! - \class TQGLContext qgl.h + \class TQGLContext ntqgl.h \brief The TQGLContext class encapsulates an OpenGL rendering context. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. @@ -1127,7 +1127,7 @@ bool TQGLContext::create( const TQGLContext* shareContext ) /*! - \class TQGLWidget qgl.h + \class TQGLWidget ntqgl.h \brief The TQGLWidget class is a widget for rendering OpenGL graphics. \if defined(commercial) It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>. |