summaryrefslogtreecommitdiffstats
path: root/kpat/golf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/golf.h')
-rw-r--r--kpat/golf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kpat/golf.h b/kpat/golf.h
index 7729e8f4..275cd8b5 100644
--- a/kpat/golf.h
+++ b/kpat/golf.h
@@ -6,18 +6,20 @@
class HorRightPile : public Pile
{
Q_OBJECT
+ TQ_OBJECT
public:
- HorRightPile( int _index, Dealer* parent = 0);
+ HorRightPile( int _index, Dealer* tqparent = 0);
virtual TQSize cardOffset( bool _spread, bool _facedown, const Card *before) const;
};
class Golf : public Dealer
{
Q_OBJECT
+ TQ_OBJECT
public:
- Golf( KMainWindow* parent=0, const char* name=0);
+ Golf( KMainWindow* tqparent=0, const char* name=0);
void deal();
virtual void restart();
virtual bool isGameLost() const;