diff options
Diffstat (limited to 'kpat/idiot.h')
-rw-r--r-- | kpat/idiot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/idiot.h b/kpat/idiot.h index d0871b56..f6b61323 100644 --- a/kpat/idiot.h +++ b/kpat/idiot.h @@ -33,7 +33,7 @@ class Idiot: public Dealer public: - Idiot( KMainWindow* parent = 0, const char* name = 0 ); + Idiot( TDEMainWindow* parent = 0, const char* name = 0 ); virtual bool isGameWon() const; |