diff options
Diffstat (limited to 'fifteenapplet/fifteenapplet.cpp')
-rw-r--r-- | fifteenapplet/fifteenapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fifteenapplet/fifteenapplet.cpp b/fifteenapplet/fifteenapplet.cpp index 83a45aa..498f93d 100644 --- a/fifteenapplet/fifteenapplet.cpp +++ b/fifteenapplet/fifteenapplet.cpp @@ -208,7 +208,7 @@ void PiecesTable::resetMap() tqrepaint(); } -void PiecesTable::checkwin() +void PiecesTable::chectwin() { if(!_randomized) return; @@ -289,7 +289,7 @@ void PiecesTable::mousePressEvent(TQMouseEvent* e) updateCell(row, col, false); // check if the player wins with this move - checkwin(); + chectwin(); } } |