diff options
Diffstat (limited to 'ksnake/progress.h')
-rw-r--r-- | ksnake/progress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/progress.h b/ksnake/progress.h index ae78aa47..b395de65 100644 --- a/ksnake/progress.h +++ b/ksnake/progress.h @@ -33,7 +33,7 @@ class Progress : public KGameProgress Q_OBJECT TQ_OBJECT public: - Progress( TQWidget *tqparent=0, const char *name=0 ); + Progress( TQWidget *parent=0, const char *name=0 ); public slots: void advance(); |