diff options
Diffstat (limited to 'ksmiletris/gamewidget.h')
-rw-r--r-- | ksmiletris/gamewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmiletris/gamewidget.h b/ksmiletris/gamewidget.h index 4b4371b2..ca41093e 100644 --- a/ksmiletris/gamewidget.h +++ b/ksmiletris/gamewidget.h @@ -48,7 +48,7 @@ public: int num_level; int num_points; - GameWidget(TQWidget *tqparent=0, const char *name=0); + GameWidget(TQWidget *parent=0, const char *name=0); ~GameWidget(); void setPieces(PiecesType type); |