summaryrefslogtreecommitdiffstats
path: root/kreversi/Move.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/Move.cpp')
-rw-r--r--kreversi/Move.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kreversi/Move.cpp b/kreversi/Move.cpp
index 14a03577..f1f50872 100644
--- a/kreversi/Move.cpp
+++ b/kreversi/Move.cpp
@@ -114,5 +114,5 @@ bool Move::wasTurned(uint x, uint y) const
{
// findIndex returns the first index where the item is found, or -1
// if not found.
- return (m_turnedPieces.tqfindIndex(10 * x + y) != -1);
+ return (m_turnedPieces.findIndex(10 * x + y) != -1);
}