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 147e2fec..21d68b88 100644 --- a/kpat/idiot.h +++ b/kpat/idiot.h @@ -33,7 +33,7 @@ class Idiot: public Dealer public: - Idiot( KMainWindow* tqparent = 0, const char* name = 0 ); + Idiot( KMainWindow* parent = 0, const char* name = 0 ); virtual bool isGameWon() const; |