diff options
Diffstat (limited to 'kpat/golf.h')
-rw-r--r-- | kpat/golf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/golf.h b/kpat/golf.h index 68937eb0..7227c478 100644 --- a/kpat/golf.h +++ b/kpat/golf.h @@ -6,7 +6,7 @@ class HorRightPile : public Pile { Q_OBJECT - TQ_OBJECT + public: HorRightPile( int _index, Dealer* parent = 0); @@ -16,7 +16,7 @@ public: class Golf : public Dealer { Q_OBJECT - TQ_OBJECT + public: Golf( KMainWindow* parent=0, const char* name=0); |