diff options
Diffstat (limited to 'kbfxlib/common/kbfxpushbutton.h')
-rw-r--r-- | kbfxlib/common/kbfxpushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxpushbutton.h b/kbfxlib/common/kbfxpushbutton.h index dc38e05..65f20e5 100644 --- a/kbfxlib/common/kbfxpushbutton.h +++ b/kbfxlib/common/kbfxpushbutton.h @@ -32,7 +32,7 @@ class KbfxPushButton: public KPushButton TQ_OBJECT public: - KbfxPushButton ( TQWidget *tqparent = 0, const char *name = 0 ); + KbfxPushButton ( TQWidget *parent = 0, const char *name = 0 ); ~KbfxPushButton(); void enterEvent ( TQEvent * ); |