From 838baf3f99ec5ab81b063eb5449a3381d860f377 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 04:58:26 +0000 Subject: TQt4 port kdegames This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1236074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpoker/poker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpoker/poker.h') diff --git a/kpoker/poker.h b/kpoker/poker.h index ff388950..d139ea2b 100644 --- a/kpoker/poker.h +++ b/kpoker/poker.h @@ -43,7 +43,7 @@ typedef enum { C_NINE, D_NINE, S_NINE, H_NINE, C_TEN, D_TEN, S_TEN, H_TEN, C_JACK, D_JACK, S_JACK, H_JACK, - C_QUEEN, D_QUEEN, S_QUEEN, H_QUEEN, + C_TQUEEN, D_TQUEEN, S_TQUEEN, H_TQUEEN, C_KING, D_KING, S_KING, H_KING, C_ACE, D_ACE, S_ACE, H_ACE, ROOF // to get a roof on the value. @@ -73,7 +73,7 @@ typedef enum { NINE, TEN, JACK, - QUEEN, + TQUEEN, KING, ACE // The most valuable rank } CardRank; -- cgit v1.2.1