From 373fe6f2b90bcd2e452f16115a4950a4b46c1f34 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: 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 --- kpoker/playerbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpoker/playerbox.cpp') 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(); } -- cgit v1.2.3