diff options
Diffstat (limited to 'ktron/tron.cpp')
-rw-r--r-- | ktron/tron.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktron/tron.cpp b/ktron/tron.cpp index c168070d..9ed00d8c 100644 --- a/ktron/tron.cpp +++ b/ktron/tron.cpp @@ -41,8 +41,8 @@ * init-functions **/ -Tron::Tron(TQWidget *tqparent,const char *name) - : TQWidget(tqparent,name) +Tron::Tron(TQWidget *parent,const char *name) + : TQWidget(parent,name) { pixmap=0; playfield=0; |