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 1a18598c9..bfd4035d3 100644 --- a/examples/tictac/main.cpp +++ b/examples/tictac/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <qapplication.h> +#include <ntqapplication.h> #include <stdlib.h> #include "tictac.h" |