summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/kbrandomshotstrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/kbrandomshotstrategy.cpp')
-rw-r--r--kbattleship/kbattleship/kbrandomshotstrategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/kbrandomshotstrategy.cpp b/kbattleship/kbattleship/kbrandomshotstrategy.cpp
index 901fbe75..62416350 100644
--- a/kbattleship/kbattleship/kbrandomshotstrategy.cpp
+++ b/kbattleship/kbattleship/kbrandomshotstrategy.cpp
@@ -16,7 +16,7 @@
#include "kbrandomshotstrategy.h"
-KBRandomShotStrategy::KBRandomShotStrategy(KBStrategy *tqparent) : KBStrategy(tqparent)
+KBRandomShotStrategy::KBRandomShotStrategy(KBStrategy *parent) : KBStrategy(parent)
{
m_destroyer = new KBDestroyShipStrategy(this);
m_destroying = false;