From e4f4040ff200f80ab055496e2327bceb7664b634 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:30:02 -0600 Subject: Rename kwin to twin (part 1 of 2) --- fifteenapplet/fifteenapplet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fifteenapplet/fifteenapplet.cpp') 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(); } } -- cgit v1.2.1