diff options
Diffstat (limited to 'kpat/fortyeight.h')
-rw-r--r-- | kpat/fortyeight.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/fortyeight.h b/kpat/fortyeight.h index 5a97e01a..ed2b1ec7 100644 --- a/kpat/fortyeight.h +++ b/kpat/fortyeight.h @@ -5,7 +5,7 @@ class HorLeftPile : public Pile { - Q_OBJECT + TQ_OBJECT public: @@ -16,7 +16,7 @@ public: class Fortyeight : public Dealer { - Q_OBJECT + TQ_OBJECT public: |