summaryrefslogtreecommitdiffstats
path: root/ksmiletris/screenwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksmiletris/screenwidget.h')
-rw-r--r--ksmiletris/screenwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmiletris/screenwidget.h b/ksmiletris/screenwidget.h
index f15a1e23..a27b3b31 100644
--- a/ksmiletris/screenwidget.h
+++ b/ksmiletris/screenwidget.h
@@ -31,7 +31,7 @@ this software.
class ScreenWidget : public TQFrame {
public:
ScreenWidget(TQPixmap *s, bool *game, bool *pause,
- TQWidget *tqparent=0, const char *name=0);
+ TQWidget *parent=0, const char *name=0);
void setBackgroundSprite(Sprite s) { bg_sprite = s; }
void setScreenSprites(Sprite *s) { screen_sprites = s; }