diff options
Diffstat (limited to 'kpoker/poker.cpp')
-rw-r--r-- | kpoker/poker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/poker.cpp b/kpoker/poker.cpp index 6143d342..d5d70f80 100644 --- a/kpoker/poker.cpp +++ b/kpoker/poker.cpp @@ -89,7 +89,7 @@ CardDeck::getTopCard() // Poker types -QString PokerHandNames[] = { +TQString PokerHandNames[] = { "High Card", "Pair", "Two Pairs", |