diff options
Diffstat (limited to 'kpat/card.h')
-rw-r--r-- | kpat/card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/card.h b/kpat/card.h index 88b4fec3..109f3e87 100644 --- a/kpat/card.h +++ b/kpat/card.h @@ -54,7 +54,7 @@ public: enum Rank { None = 0, Ace = 1, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten, Jack, Queen, King }; - Card( Rank r, Suit s, TQCanvas *tqparent=0); + Card( Rank r, Suit s, TQCanvas *parent=0); virtual ~Card(); // Properties of the card. |