summaryrefslogtreecommitdiffstats
path: root/kasteroids/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'kasteroids/view.h')
-rw-r--r--kasteroids/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kasteroids/view.h b/kasteroids/view.h
index 48b72e9f..dd4590d1 100644
--- a/kasteroids/view.h
+++ b/kasteroids/view.h
@@ -22,7 +22,7 @@ class KAsteroidsView : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- KAsteroidsView( TQWidget *tqparent = 0, const char *name = 0 );
+ KAsteroidsView( TQWidget *parent = 0, const char *name = 0 );
virtual ~KAsteroidsView();
int refreshRate;