diff options
Diffstat (limited to 'kpacman/board.h')
-rw-r--r-- | kpacman/board.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kpacman/board.h b/kpacman/board.h index f2758d5..6780f4c 100644 --- a/kpacman/board.h +++ b/kpacman/board.h @@ -1,10 +1,9 @@ #ifndef BOARD_H #define BOARD_H -#include <ntqarray.h> -#include <ntqstring.h> - -#include <ntqrect.h> +#include <tqarray.h> +#include <tqstring.h> +#include <tqrect.h> #define OUT -1 |