summaryrefslogtreecommitdiffstats
path: root/examples/demo/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/opengl')
-rw-r--r--examples/demo/opengl/glinfotext.h2
-rw-r--r--examples/demo/opengl/glworkspace.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/opengl/glinfotext.h b/examples/demo/opengl/glinfotext.h
index 833a3dd3a..f5b6b3a49 100644
--- a/examples/demo/opengl/glinfotext.h
+++ b/examples/demo/opengl/glinfotext.h
@@ -1,6 +1,6 @@
#include <ntqlayout.h>
#include <tqtextview.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include "glinfo.h"
class GLInfoText : public TQWidget
diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp
index 80d37b460..ec2a6b138 100644
--- a/examples/demo/opengl/glworkspace.cpp
+++ b/examples/demo/opengl/glworkspace.cpp
@@ -10,7 +10,7 @@
#include <tqmenubar.h>
#include <tqaction.h>
#include <ntqprinter.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqcheckbox.h>
#include <ntqvbox.h>
#include <tqimage.h>