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 3bb43b2b..fcf6c4a5 100644 --- a/kpat/fortyeight.h +++ b/kpat/fortyeight.h @@ -6,7 +6,7 @@ class HorLeftPile : public Pile { Q_OBJECT - TQ_OBJECT + public: HorLeftPile( int _index, Dealer* parent = 0); @@ -17,7 +17,7 @@ public: class Fortyeight : public Dealer { Q_OBJECT - TQ_OBJECT + public: Fortyeight( KMainWindow* parent=0, const char* name=0); |