diff options
Diffstat (limited to 'kbfxlib/common/kbfxfontchooser.h')
-rw-r--r-- | kbfxlib/common/kbfxfontchooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxfontchooser.h b/kbfxlib/common/kbfxfontchooser.h index d0535d1..8d0191d 100644 --- a/kbfxlib/common/kbfxfontchooser.h +++ b/kbfxlib/common/kbfxfontchooser.h @@ -45,7 +45,7 @@ class KBFXFontChooser : public TQWidget TQ_OBJECT TQ_PROPERTY ( TQFont font READ font WRITE setFont ) public: - KBFXFontChooser ( TQWidget *tqparent = 0, const char *name = 0 ); + KBFXFontChooser ( TQWidget *parent = 0, const char *name = 0 ); ~KBFXFontChooser(); TQFont font() const { return m_font; }; |