diff options
Diffstat (limited to 'kpat/clock.h')
-rw-r--r-- | kpat/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/clock.h b/kpat/clock.h index 8aaead34..0107fec8 100644 --- a/kpat/clock.h +++ b/kpat/clock.h @@ -8,7 +8,7 @@ class Clock : public Dealer { TQ_OBJECT public: - Clock( KMainWindow* tqparent=0, const char* name=0); + Clock( KMainWindow* parent=0, const char* name=0); virtual bool checkAdd ( int checkIndex, const Pile *c1, const CardList& c2) const; virtual bool startAutoDrop() { return false; } |