summaryrefslogtreecommitdiffstats
path: root/kpat/card.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/card.h')
-rw-r--r--kpat/card.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/kpat/card.h b/kpat/card.h
index aa253be5..244f0b8d 100644
--- a/kpat/card.h
+++ b/kpat/card.h
@@ -1,7 +1,4 @@
-/*****************-*-C++-*-****************
-
-
-
+/*
Card.h -- movable and stackable cards
with check for legal moves
@@ -46,7 +43,7 @@ typedef TQValueList<Card*> CardList;
// - It is a graphic entity on a TQCanvas that can be moved around.
//
class Card: public TQObject, public TQCanvasRectangle {
- Q_OBJECT
+ TQ_OBJECT
public: