diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 373fe6f2b90bcd2e452f16115a4950a4b46c1f34 (patch) | |
tree | 9de5284252e1d323cc91bb1e3563232e8e1334ab /kpoker/kpoker.cpp | |
parent | 66c292188f8ab6951b32c07f13dc93cce847a688 (diff) | |
download | tdegames-373fe6f2b90bcd2e452f16115a4950a4b46c1f34.tar.gz tdegames-373fe6f2b90bcd2e452f16115a4950a4b46c1f34.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpoker/kpoker.cpp')
-rw-r--r-- | kpoker/kpoker.cpp | 4 |
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. |