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 89c1ba421..7308ff460 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -10,7 +10,7 @@ #include <tqwidget.h> #include <tqptrlist.h> #include <ntqintdict.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <tqcanvas.h> #include "sprites.h" |