diff options
Diffstat (limited to 'examples/tictac/tictac.h')
-rw-r--r-- | examples/tictac/tictac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tictac/tictac.h b/examples/tictac/tictac.h index 72de5278d..e2c1917ed 100644 --- a/examples/tictac/tictac.h +++ b/examples/tictac/tictac.h @@ -11,8 +11,8 @@ #define TICTAC_H -#include <qpushbutton.h> -#include <qptrvector.h> +#include <ntqpushbutton.h> +#include <ntqptrvector.h> class TQComboBox; class TQLabel; |