diff options
Diffstat (limited to 'examples/tictac/tictac.cpp')
-rw-r--r-- | examples/tictac/tictac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp index 613aa93a9..dec6fe33c 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "tictac.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqpainter.h> #include <tqdrawutil.h> #include <tqcombobox.h> |