diff options
Diffstat (limited to 'examples/demo/qasteroids/toplevel.cpp')
-rw-r--r-- | examples/demo/qasteroids/toplevel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index 5eb9a9c87..ca6db89ef 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -10,7 +10,7 @@ #include <tqlcdnumber.h> #include <tqpushbutton.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include "toplevel.h" #include "ledmeter.h" |