diff options
Diffstat (limited to 'kpoker/playerbox.cpp')
-rw-r--r-- | kpoker/playerbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/playerbox.cpp b/kpoker/playerbox.cpp index 53123fbc..3c60c9bb 100644 --- a/kpoker/playerbox.cpp +++ b/kpoker/playerbox.cpp @@ -252,10 +252,10 @@ void PlayerBox::cardClicked(int no) } -void PlayerBox::tqrepaintCard() +void PlayerBox::repaintCard() { for (int i = 0; i < PokerHandSize; i++) - m_cardWidgets[i]->tqrepaintDeck(); + m_cardWidgets[i]->repaintDeck(); } |