diff options
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index 222e046..2c5a07d 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | #ifndef BONUSPOINT_H | 1 | #ifndef BONUSPOINT_H |
| 2 | #define BONUSPOINT_H | 2 | #define BONUSPOINT_H |
| 3 | 3 | ||
| 4 | #include "pixmapitem.h" | 4 | #include "gameentity.h" |
| 5 | 5 | ||
| 6 | class BonusPoint | 6 | class BonusPoint |
| 7 | : public PixmapItem | 7 | : public GameEntity |
| 8 | { | 8 | { |
| 9 | public: | 9 | public: |
| 10 | BonusPoint(QGraphicsItem *parent=0); | 10 | BonusPoint(QGraphicsItem *parent=0); |
