summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/kbdestroyshipstrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/kbdestroyshipstrategy.h')
-rw-r--r--kbattleship/kbattleship/kbdestroyshipstrategy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kbattleship/kbattleship/kbdestroyshipstrategy.h b/kbattleship/kbattleship/kbdestroyshipstrategy.h
index 0fb6ca92..41503be1 100644
--- a/kbattleship/kbattleship/kbdestroyshipstrategy.h
+++ b/kbattleship/kbattleship/kbdestroyshipstrategy.h
@@ -25,18 +25,18 @@ class KBDestroyShipStrategy : public KBStrategy
public:
KBDestroyShipStrategy(KBStrategy *parent = 0);
- virtual void init(KBattleField *field, const QRect &field_rect);
- virtual const QPoint nextShot();
+ virtual void init(KBattleField *field, const TQRect &field_rect);
+ virtual const TQPoint nextShot();
virtual bool hasMoreShots();
- virtual void shotAt(const QPoint &pos);
+ virtual void shotAt(const TQPoint &pos);
- virtual void destroyShipAt(const QPoint pos);
+ virtual void destroyShipAt(const TQPoint pos);
private:
enum {NODIR, VERTICAL, HORIZONTAL};
bool m_working;
- QPoint m_start;
+ TQPoint m_start;
int m_column;
int m_row;