summaryrefslogtreecommitdiffstats
path: root/kpoker/kpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpoker/kpoker.cpp')
-rw-r--r--kpoker/kpoker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp
index 0c826c14..bb0a9fe3 100644
--- a/kpoker/kpoker.cpp
+++ b/kpoker/kpoker.cpp
@@ -674,7 +674,7 @@ void kpok::initPoker(unsigned int numPlayers)
m_game.clearPot();
drawAllDecks();
for (unsigned int i = 0; i < m_numPlayers; i++) {
- playerBox[i]->tqrepaintCard();
+ playerBox[i]->repaintCard();
}
paintCash();
playerBox[0]->setHeldEnabled(false);
@@ -1469,7 +1469,7 @@ void kpok::slotCardDeck()
cardImages->loadCards(cardPath);
for (int i = 0; i < m_game.getNumActivePlayers(); i++) {
- playerBox[i]->tqrepaintCard();
+ playerBox[i]->repaintCard();
}
// Save selected stuff in the configuration.