diff options
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/ntqglcolormap.h | 2 | ||||
-rw-r--r-- | src/opengl/qgl.cpp | 2 | ||||
-rw-r--r-- | src/opengl/qgl_x11.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/opengl/ntqglcolormap.h b/src/opengl/ntqglcolormap.h index a4b2ae0d3..61fbd7c79 100644 --- a/src/opengl/ntqglcolormap.h +++ b/src/opengl/ntqglcolormap.h @@ -42,7 +42,7 @@ #define TQGLCOLORMAP_H #ifndef QT_H -#include "ntqcolor.h" +#include "tqcolor.h" #include "tqmemarray.h" #include "ntqshared.h" #endif // QT_H diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index 0436c01c2..8c327941e 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -40,7 +40,7 @@ #include "ntqgl.h" #include "ntqpixmap.h" -#include "ntqpaintdevicemetrics.h" +#include "tqpaintdevicemetrics.h" #include "tqimage.h" #include "ntqcleanuphandler.h" #include "tqptrdict.h" diff --git a/src/opengl/qgl_x11.cpp b/src/opengl/qgl_x11.cpp index 661c41917..938228346 100644 --- a/src/opengl/qgl_x11.cpp +++ b/src/opengl/qgl_x11.cpp @@ -47,7 +47,7 @@ #include "ntqapplication.h" #include "tqintdict.h" -#include "private/qfontengine_p.h" +#include "private/tqfontengine_p.h" #define INT8 dummy_INT8 #define INT32 dummy_INT32 |