diff options
Diffstat (limited to 'examples/tictac/main.cpp')
-rw-r--r-- | examples/tictac/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tictac/main.cpp b/examples/tictac/main.cpp index 5ea8e1a36..87e5688c1 100644 --- a/examples/tictac/main.cpp +++ b/examples/tictac/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include <stdlib.h> #include "tictac.h" |