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 64923a5b6..32656a21d 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -9,7 +9,7 @@ #include "tictac.h" #include <ntqapplication.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <ntqdrawutil.h> #include <ntqcombobox.h> #include <ntqcheckbox.h> |