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 988df2385..64923a5b6 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -16,7 +16,7 @@ #include <ntqlabel.h> #include <ntqlayout.h> #include <stdlib.h> // rand() function -#include <ntqdatetime.h> // seed for rand() +#include <tqdatetime.h> // seed for rand() //*************************************************************************** |