From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/opengl/qgl.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/opengl/qgl.cpp') 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 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 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 TQt Enterprise Edition. @@ -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 TQt Enterprise Edition. -- cgit v1.2.1