summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/kbrandomshotstrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/kbrandomshotstrategy.h')
-rw-r--r--kbattleship/kbattleship/kbrandomshotstrategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/kbrandomshotstrategy.h b/kbattleship/kbattleship/kbrandomshotstrategy.h
index 141961b9..79e15018 100644
--- a/kbattleship/kbattleship/kbrandomshotstrategy.h
+++ b/kbattleship/kbattleship/kbrandomshotstrategy.h
@@ -25,7 +25,7 @@
class KBRandomShotStrategy : public KBStrategy
{
public:
- KBRandomShotStrategy(KBStrategy *parent = 0);
+ KBRandomShotStrategy(KBStrategy *tqparent = 0);
virtual ~KBRandomShotStrategy();
virtual void init(KBattleField *field, const TQRect &field_rect);