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 4b902f26..311a2bcf 100644 --- a/ksnake/progress.h +++ b/ksnake/progress.h @@ -32,7 +32,7 @@ class Progress : public KGameProgress { Q_OBJECT public: - Progress( QWidget *parent=0, const char *name=0 ); + Progress( TQWidget *parent=0, const char *name=0 ); public slots: void advance(); |