summaryrefslogtreecommitdiffstats
path: root/examples/demo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo')
-rw-r--r--examples/demo/qasteroids/ledmeter.h2
-rw-r--r--examples/demo/qasteroids/view.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/qasteroids/ledmeter.h b/examples/demo/qasteroids/ledmeter.h
index 720afd6e0..4cdf62bad 100644
--- a/examples/demo/qasteroids/ledmeter.h
+++ b/examples/demo/qasteroids/ledmeter.h
@@ -8,7 +8,7 @@
#define __LEDMETER_H__
#include <ntqframe.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
class KALedMeter : public TQFrame
diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h
index bbc873b31..89c1ba421 100644
--- a/examples/demo/qasteroids/view.h
+++ b/examples/demo/qasteroids/view.h
@@ -8,7 +8,7 @@
#define __AST_VIEW_H__
#include <tqwidget.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqintdict.h>
#include <ntqtimer.h>
#include <tqcanvas.h>