summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/kship.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/kship.h')
-rw-r--r--kbattleship/kbattleship/kship.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbattleship/kbattleship/kship.h b/kbattleship/kbattleship/kship.h
index 6d60ac62..df436c7a 100644
--- a/kbattleship/kbattleship/kship.h
+++ b/kbattleship/kbattleship/kship.h
@@ -32,7 +32,7 @@ public:
int shipTypeEnum(int x, int y);
bool placedLeft();
- bool tqcontains(int x, int y);
+ bool contains(int x, int y);
private:
int m_shipxstart;