summaryrefslogtreecommitdiffstats
path: root/kpat/card.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/card.h')
-rw-r--r--kpat/card.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kpat/card.h b/kpat/card.h
index 8ec96bb9..88b4fec3 100644
--- a/kpat/card.h
+++ b/kpat/card.h
@@ -47,13 +47,14 @@ typedef TQValueList<Card*> CardList;
//
class Card: public TQObject, public TQCanvasRectangle {
Q_OBJECT
+ TQ_OBJECT
public:
enum Suit { Clubs = 1, Diamonds, Hearts, Spades };
enum Rank { None = 0, Ace = 1, Two, Three, Four, Five, Six, Seven,
Eight, Nine, Ten, Jack, Queen, King };
- Card( Rank r, Suit s, TQCanvas *parent=0);
+ Card( Rank r, Suit s, TQCanvas *tqparent=0);
virtual ~Card();
// Properties of the card.