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 35b360ab0..34ee3d53e 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -11,7 +11,7 @@ #include <ntqptrlist.h> #include <ntqintdict.h> #include <ntqtimer.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include "sprites.h" #define MAX_POWER_LEVEL 1000 |