summaryrefslogtreecommitdiffstats
path: root/src/opengl
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
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/ntqgl.h (renamed from src/opengl/qgl.h)4
-rw-r--r--src/opengl/ntqglcolormap.h (renamed from src/opengl/qglcolormap.h)6
-rw-r--r--src/opengl/qgl.cpp20
-rw-r--r--src/opengl/qgl_x11.cpp12
-rw-r--r--src/opengl/qglcolormap.cpp10
-rw-r--r--src/opengl/qt_opengl.pri4
6 files changed, 28 insertions, 28 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/ntqgl.h
index e58b18d4..0476dfef 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/ntqgl.h
@@ -42,8 +42,8 @@
#define TQGL_H
#ifndef QT_H
-#include "qwidget.h"
-#include "qglcolormap.h"
+#include "ntqwidget.h"
+#include "ntqglcolormap.h"
#endif // QT_H
#if !defined( QT_MODULE_OPENGL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/opengl/qglcolormap.h b/src/opengl/ntqglcolormap.h
index 9aaaf22d..23e33410 100644
--- a/src/opengl/qglcolormap.h
+++ b/src/opengl/ntqglcolormap.h
@@ -42,9 +42,9 @@
#define TQGLCOLORMAP_H
#ifndef QT_H
-#include "qcolor.h"
-#include "qmemarray.h"
-#include "qshared.h"
+#include "ntqcolor.h"
+#include "ntqmemarray.h"
+#include "ntqshared.h"
#endif // QT_H
#if !defined( QT_MODULE_OPENGL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index eed5d37b..612448d5 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>.
diff --git a/src/opengl/qgl_x11.cpp b/src/opengl/qgl_x11.cpp
index 93965366..a8f317a4 100644
--- a/src/opengl/qgl_x11.cpp
+++ b/src/opengl/qgl_x11.cpp
@@ -38,15 +38,15 @@
**
**********************************************************************/
-#include "qgl.h"
+#include "ntqgl.h"
#if defined(Q_WS_X11)
-#include "qmap.h"
-#include "qpixmap.h"
-#include "qapplication.h"
+#include "ntqmap.h"
+#include "ntqpixmap.h"
+#include "ntqapplication.h"
-#include "qintdict.h"
+#include "ntqintdict.h"
#include "private/qfontengine_p.h"
#define INT8 dummy_INT8
@@ -74,7 +74,7 @@ extern "C" {
#include "qgl_x11_p.h"
#ifdef QT_DLOPEN_OPENGL
-#include "qlibrary.h"
+#include "ntqlibrary.h"
extern "C" {
_glCallLists qt_glCallLists;
diff --git a/src/opengl/qglcolormap.cpp b/src/opengl/qglcolormap.cpp
index 22b819f3..048b7dc2 100644
--- a/src/opengl/qglcolormap.cpp
+++ b/src/opengl/qglcolormap.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
/*!
- \class TQGLColormap qglcolormap.h
+ \class TQGLColormap ntqglcolormap.h
\brief The TQGLColormap class is used for installing custom colormaps into
TQGLWidgets.
\if defined(commercial)
@@ -73,8 +73,8 @@
Example of use:
\code
- #include <qapplication.h>
- #include <qglcolormap.h>
+ #include <ntqapplication.h>
+ #include <ntqglcolormap.h>
int main()
{
@@ -97,8 +97,8 @@
\sa TQGLWidget::setColormap(), TQGLWidget::colormap()
*/
-#include "qglcolormap.h"
-#include "qmemarray.h"
+#include "ntqglcolormap.h"
+#include "ntqmemarray.h"
/*!
diff --git a/src/opengl/qt_opengl.pri b/src/opengl/qt_opengl.pri
index bb0a5d86..b89ea8c2 100644
--- a/src/opengl/qt_opengl.pri
+++ b/src/opengl/qt_opengl.pri
@@ -1,8 +1,8 @@
# Qt opengl module
opengl {
- HEADERS += $$OPENGL_H/qgl.h \
- $$OPENGL_H/qglcolormap.h
+ HEADERS += $$OPENGL_H/ntqgl.h \
+ $$OPENGL_H/ntqglcolormap.h
SOURCES += $$OPENGL_CPP/qgl.cpp \
$$OPENGL_CPP/qglcolormap.cpp
x11 {