diff options
Diffstat (limited to 'ksim/library/common.h')
-rw-r--r-- | ksim/library/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/common.h b/ksim/library/common.h index c64504b..9fc01c0 100644 --- a/ksim/library/common.h +++ b/ksim/library/common.h @@ -58,7 +58,7 @@ namespace KSim * class Test : public TQWidget, virtual public KSim::Base * { * public: - * Test(TQWidget *tqparent, const char *name) : TQWidget(tqparent, name) + * Test(TQWidget *parent, const char *name) : TQWidget(parent, name) * { * } * ~Test() {} |