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 32656a21d..cb2d1a465 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -13,7 +13,7 @@ #include <ntqdrawutil.h> #include <ntqcombobox.h> #include <ntqcheckbox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlayout.h> #include <stdlib.h> // rand() function #include <tqdatetime.h> // seed for rand() |