summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/kbstrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/kbstrategy.cpp')
-rw-r--r--kbattleship/kbattleship/kbstrategy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbattleship/kbattleship/kbstrategy.cpp b/kbattleship/kbattleship/kbstrategy.cpp
index e7ce823a..be445559 100644
--- a/kbattleship/kbattleship/kbstrategy.cpp
+++ b/kbattleship/kbattleship/kbstrategy.cpp
@@ -17,9 +17,9 @@
#include "kbstrategy.h"
-KBStrategy::KBStrategy(KBStrategy *tqparent)
+KBStrategy::KBStrategy(KBStrategy *parent)
{
- m_parent = tqparent;
+ m_parent = parent;
m_viableShots = 0;
}