summaryrefslogtreecommitdiffstats
path: root/kpat/gypsy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/gypsy.h')
-rw-r--r--kpat/gypsy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kpat/gypsy.h b/kpat/gypsy.h
index ea28b04e..5ead4175 100644
--- a/kpat/gypsy.h
+++ b/kpat/gypsy.h
@@ -11,9 +11,10 @@ class KMainWindow;
class Gypsy : public Dealer {
Q_OBJECT
+ TQ_OBJECT
public:
- Gypsy( KMainWindow* parent=0, const char* name=0);
+ Gypsy( KMainWindow* tqparent=0, const char* name=0);
virtual bool isGameLost() const;
public slots: