summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /src/opengl
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qt_opengl.pri12
-rw-r--r--src/opengl/tqgl.cpp (renamed from src/opengl/qgl.cpp)14
-rw-r--r--src/opengl/tqgl.h (renamed from src/opengl/ntqgl.h)2
-rw-r--r--src/opengl/tqgl_x11.cpp (renamed from src/opengl/qgl_x11.cpp)8
-rw-r--r--src/opengl/tqgl_x11_p.h (renamed from src/opengl/qgl_x11_p.h)0
-rw-r--r--src/opengl/tqglcolormap.cpp (renamed from src/opengl/qglcolormap.cpp)6
-rw-r--r--src/opengl/tqglcolormap.h (renamed from src/opengl/ntqglcolormap.h)0
7 files changed, 21 insertions, 21 deletions
diff --git a/src/opengl/qt_opengl.pri b/src/opengl/qt_opengl.pri
index b0c34887f..79b655422 100644
--- a/src/opengl/qt_opengl.pri
+++ b/src/opengl/qt_opengl.pri
@@ -1,13 +1,13 @@
# TQt opengl module
opengl {
- HEADERS += $$OPENGL_H/ntqgl.h \
- $$OPENGL_H/ntqglcolormap.h
- SOURCES += $$OPENGL_CPP/qgl.cpp \
- $$OPENGL_CPP/qglcolormap.cpp
+ HEADERS += $$OPENGL_H/tqgl.h \
+ $$OPENGL_H/tqglcolormap.h
+ SOURCES += $$OPENGL_CPP/tqgl.cpp \
+ $$OPENGL_CPP/tqglcolormap.cpp
x11 {
- HEADERS += $$OPENGL_H/qgl_x11_p.h
- SOURCES += $$OPENGL_CPP/qgl_x11.cpp
+ HEADERS += $$OPENGL_H/tqgl_x11_p.h
+ SOURCES += $$OPENGL_CPP/tqgl_x11.cpp
}
else:mac:SOURCES += $$OPENGL_CPP/qgl_mac.cpp
else:win32:SOURCES += $$OPENGL_CPP/qgl_win.cpp
diff --git a/src/opengl/qgl.cpp b/src/opengl/tqgl.cpp
index 8c327941e..1e8edd59a 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/tqgl.cpp
@@ -38,8 +38,8 @@
**
**********************************************************************/
-#include "ntqgl.h"
-#include "ntqpixmap.h"
+#include "tqgl.h"
+#include "tqpixmap.h"
#include "tqpaintdevicemetrics.h"
#include "tqimage.h"
#include "ntqcleanuphandler.h"
@@ -55,14 +55,14 @@ static TQGLFormat* qgl_default_overlay_format = 0;
#include <GL/glx.h>
#undef INT32
#undef INT8
-#include "qgl_x11_p.h"
+#include "tqgl_x11_p.h"
#endif
static TQCleanupHandler<TQGLFormat> qgl_cleanup_format;
/*!
- \class TQGL ntqgl.h
+ \class TQGL tqgl.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 ntqgl.h
+ \class TQGLFormat tqgl.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 ntqgl.h
+ \class TQGLContext tqgl.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 ntqgl.h
+ \class TQGLWidget tqgl.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/ntqgl.h b/src/opengl/tqgl.h
index 86eeddf6e..53bdd0e5a 100644
--- a/src/opengl/ntqgl.h
+++ b/src/opengl/tqgl.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqwidget.h"
-#include "ntqglcolormap.h"
+#include "tqglcolormap.h"
#endif // QT_H
#if !defined( TQT_MODULE_OPENGL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/opengl/qgl_x11.cpp b/src/opengl/tqgl_x11.cpp
index 938228346..e3fdfc504 100644
--- a/src/opengl/qgl_x11.cpp
+++ b/src/opengl/tqgl_x11.cpp
@@ -38,12 +38,12 @@
**
**********************************************************************/
-#include "ntqgl.h"
+#include "tqgl.h"
#if defined(TQ_WS_X11)
#include "tqmap.h"
-#include "ntqpixmap.h"
+#include "tqpixmap.h"
#include "ntqapplication.h"
#include "tqintdict.h"
@@ -72,7 +72,7 @@ extern "C" {
}
#endif
-#include "qgl_x11_p.h"
+#include "tqgl_x11_p.h"
#ifdef QT_DLOPEN_OPENGL
#include "ntqlibrary.h"
@@ -1029,7 +1029,7 @@ void TQGLOverlayWidget::paintGL()
}
#undef Bool
-#include "qgl_x11.moc"
+#include "tqgl_x11.moc"
/*****************************************************************************
TQGLWidget UNIX/GLX-specific code
diff --git a/src/opengl/qgl_x11_p.h b/src/opengl/tqgl_x11_p.h
index cbcd741b9..cbcd741b9 100644
--- a/src/opengl/qgl_x11_p.h
+++ b/src/opengl/tqgl_x11_p.h
diff --git a/src/opengl/qglcolormap.cpp b/src/opengl/tqglcolormap.cpp
index 088c83030..a9f176b96 100644
--- a/src/opengl/qglcolormap.cpp
+++ b/src/opengl/tqglcolormap.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
/*!
- \class TQGLColormap ntqglcolormap.h
+ \class TQGLColormap tqglcolormap.h
\brief The TQGLColormap class is used for installing custom colormaps into
TQGLWidgets.
\if defined(commercial)
@@ -74,7 +74,7 @@
Example of use:
\code
#include <ntqapplication.h>
- #include <ntqglcolormap.h>
+ #include <tqglcolormap.h>
int main()
{
@@ -97,7 +97,7 @@
\sa TQGLWidget::setColormap(), TQGLWidget::colormap()
*/
-#include "ntqglcolormap.h"
+#include "tqglcolormap.h"
#include "tqmemarray.h"
diff --git a/src/opengl/ntqglcolormap.h b/src/opengl/tqglcolormap.h
index 61fbd7c79..61fbd7c79 100644
--- a/src/opengl/ntqglcolormap.h
+++ b/src/opengl/tqglcolormap.h