diff options
Diffstat (limited to 'kmymoney2/widgets/kmymoneytitlelabel.h')
-rw-r--r-- | kmymoney2/widgets/kmymoneytitlelabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneytitlelabel.h b/kmymoney2/widgets/kmymoneytitlelabel.h index 2990205..b8c0dc0 100644 --- a/kmymoney2/widgets/kmymoneytitlelabel.h +++ b/kmymoney2/widgets/kmymoneytitlelabel.h @@ -45,7 +45,7 @@ class KMyMoneyTitleLabel : public TQLabel TQ_PROPERTY( TQString text READ text WRITE setText DESIGNABLE true ) public: - KMyMoneyTitleLabel(TQWidget *tqparent = 0, const char *name = 0); + KMyMoneyTitleLabel(TQWidget *parent = 0, const char *name = 0); ~KMyMoneyTitleLabel(); void setBgColor(const TQColor& _color) { m_bgColor = _color; } |