diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /src/opengl | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/ntqglcolormap.h | 2 | ||||
-rw-r--r-- | src/opengl/qgl_x11.cpp | 2 | ||||
-rw-r--r-- | src/opengl/qglcolormap.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/opengl/ntqglcolormap.h b/src/opengl/ntqglcolormap.h index 9a78d636f..a4b2ae0d3 100644 --- a/src/opengl/ntqglcolormap.h +++ b/src/opengl/ntqglcolormap.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqcolor.h" -#include "ntqmemarray.h" +#include "tqmemarray.h" #include "ntqshared.h" #endif // QT_H diff --git a/src/opengl/qgl_x11.cpp b/src/opengl/qgl_x11.cpp index dc8530f1e..661c41917 100644 --- a/src/opengl/qgl_x11.cpp +++ b/src/opengl/qgl_x11.cpp @@ -46,7 +46,7 @@ #include "ntqpixmap.h" #include "ntqapplication.h" -#include "ntqintdict.h" +#include "tqintdict.h" #include "private/qfontengine_p.h" #define INT8 dummy_INT8 diff --git a/src/opengl/qglcolormap.cpp b/src/opengl/qglcolormap.cpp index 541e309d6..088c83030 100644 --- a/src/opengl/qglcolormap.cpp +++ b/src/opengl/qglcolormap.cpp @@ -98,7 +98,7 @@ */ #include "ntqglcolormap.h" -#include "ntqmemarray.h" +#include "tqmemarray.h" /*! |