diff options
Diffstat (limited to 'examples/tictac')
-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 2057dd502..613aa93a9 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -10,7 +10,7 @@ #include "tictac.h" #include <ntqapplication.h> #include <tqpainter.h> -#include <ntqdrawutil.h> +#include <tqdrawutil.h> #include <tqcombobox.h> #include <tqcheckbox.h> #include <tqlabel.h> |