diff options
Diffstat (limited to 'kpat/yukon.h')
-rw-r--r-- | kpat/yukon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/yukon.h b/kpat/yukon.h index c9b4e5c9..dbfcea6f 100644 --- a/kpat/yukon.h +++ b/kpat/yukon.h @@ -8,7 +8,7 @@ class Yukon : public Dealer { TQ_OBJECT public: - Yukon( KMainWindow* tqparent=0, const char* name=0); + Yukon( KMainWindow* parent=0, const char* name=0); virtual bool isGameLost() const; public slots: |