summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/opengl/qgl.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp20
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>.