diff options
Diffstat (limited to 'examples/tictac')
-rw-r--r-- | examples/tictac/tictac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tictac/tictac.h b/examples/tictac/tictac.h index 1bf3927e6..ceb7fc506 100644 --- a/examples/tictac/tictac.h +++ b/examples/tictac/tictac.h @@ -12,7 +12,7 @@ #include <ntqpushbutton.h> -#include <ntqptrvector.h> +#include <tqptrvector.h> class TQComboBox; class TQLabel; |