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 a126b0fc..eac9a984 100644 --- a/kpat/clock.h +++ b/kpat/clock.h @@ -8,7 +8,7 @@ class Clock : public Dealer { public: - Clock( KMainWindow* parent=0, const char* name=0); + Clock( TDEMainWindow* parent=0, const char* name=0); virtual bool checkAdd ( int checkIndex, const Pile *c1, const CardList& c2) const; virtual bool startAutoDrop() { return false; } |