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 c6518170..244f0b8d 100644 --- a/kpat/card.h +++ b/kpat/card.h @@ -43,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: |