diff options
Diffstat (limited to 'examples/demo/qasteroids/view.h')
-rw-r--r-- | examples/demo/qasteroids/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> |