summaryrefslogtreecommitdiffstats
path: root/fifteenapplet/fifteenapplet.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:30:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:30:02 -0600
commite4f4040ff200f80ab055496e2327bceb7664b634 (patch)
tree8c6444de62d5052436fdb40c54c6f74727aab285 /fifteenapplet/fifteenapplet.cpp
parent5de9e11b75a5159fd3c281b0977d24fa35b8deb6 (diff)
downloadtdetoys-e4f4040ff200f80ab055496e2327bceb7664b634.tar.gz
tdetoys-e4f4040ff200f80ab055496e2327bceb7664b634.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'fifteenapplet/fifteenapplet.cpp')
-rw-r--r--fifteenapplet/fifteenapplet.cpp4
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();
}
}