diff options
Diffstat (limited to 'ksmiletris/screenwidget.cpp')
-rw-r--r-- | ksmiletris/screenwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksmiletris/screenwidget.cpp b/ksmiletris/screenwidget.cpp index a8f53c73..d8e87f4c 100644 --- a/ksmiletris/screenwidget.cpp +++ b/ksmiletris/screenwidget.cpp @@ -33,8 +33,8 @@ this software. #include "screenwidget.h" ScreenWidget::ScreenWidget(TQPixmap *s, bool *game, bool *pause, - TQWidget *tqparent, const char *name) - : TQFrame(tqparent, name) + TQWidget *parent, const char *name) + : TQFrame(parent, name) { in_game = game; in_pause = pause; |