summaryrefslogtreecommitdiffstats
path: root/ksnake/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/progress.h')
-rw-r--r--ksnake/progress.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksnake/progress.h b/ksnake/progress.h
index 311a2bcf..ae78aa47 100644
--- a/ksnake/progress.h
+++ b/ksnake/progress.h
@@ -31,8 +31,9 @@
class Progress : public KGameProgress
{
Q_OBJECT
+ TQ_OBJECT
public:
- Progress( TQWidget *parent=0, const char *name=0 );
+ Progress( TQWidget *tqparent=0, const char *name=0 );
public slots:
void advance();