summaryrefslogtreecommitdiffstats
path: root/ksnake/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/view.h')
-rw-r--r--ksnake/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/view.h b/ksnake/view.h
index 2ab132d7..9e05da9f 100644
--- a/ksnake/view.h
+++ b/ksnake/view.h
@@ -35,7 +35,7 @@ class View : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- View ( TQWidget *tqparent=0, const char *name=0 );
+ View ( TQWidget *parent=0, const char *name=0 );
Progress *progress;
Rattler *rattler;