summaryrefslogtreecommitdiffstats
path: root/kpacman/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman/board.h')
-rw-r--r--kpacman/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpacman/board.h b/kpacman/board.h
index 9c19820..3b56973 100644
--- a/kpacman/board.h
+++ b/kpacman/board.h
@@ -1,7 +1,7 @@
#ifndef BOARD_H
#define BOARD_H
-#include <tqarray.h>
+#include <tqmemarray.h>
#include <tqstring.h>
#include <tqptrlist.h>
#include <tqrect.h>
@@ -37,7 +37,7 @@ enum Image { None, Intro, Demo, Level, File };
#define pacmanBit 0x0040
#define monsterBit 0x0100
-class Board : public TQArray<int>
+class Board : public TQMemArray<int>
{
public:
Board (int size);