summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/kbdiagonalshotstrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/kbdiagonalshotstrategy.cpp')
-rw-r--r--kbattleship/kbattleship/kbdiagonalshotstrategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/kbdiagonalshotstrategy.cpp b/kbattleship/kbattleship/kbdiagonalshotstrategy.cpp
index 0f5e6284..db83bc75 100644
--- a/kbattleship/kbattleship/kbdiagonalshotstrategy.cpp
+++ b/kbattleship/kbattleship/kbdiagonalshotstrategy.cpp
@@ -16,7 +16,7 @@
#include "kbdiagonalshotstrategy.h"
-KBDiagonalShotStrategy::KBDiagonalShotStrategy(KBStrategy *tqparent) : KBStrategy(tqparent)
+KBDiagonalShotStrategy::KBDiagonalShotStrategy(KBStrategy *parent) : KBStrategy(parent)
{
m_column = 0;
m_row = 0;