diff options
Diffstat (limited to 'kpat/kings.h')
-rw-r--r-- | kpat/kings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/kings.h b/kpat/kings.h index dc49e8c3..10afa8d6 100644 --- a/kpat/kings.h +++ b/kpat/kings.h @@ -12,7 +12,7 @@ class Kings : public FreecellBase { TQ_OBJECT public: - Kings( KMainWindow* tqparent=0, const char* name=0); + Kings( KMainWindow* parent=0, const char* name=0); virtual bool isGameLost() const; public slots: |