diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidblabel.h')
| -rw-r--r-- | kexi/plugins/forms/widgets/kexidblabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index af396a127..f99ddc769 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -51,8 +51,8 @@ class KEXIFORMUTILS_EXPORT KexiDBLabel : public TQLabel, protected KexiDBTextWid TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) public: - KexiDBLabel( TQWidget *tqparent, const char *name = 0, WFlags f = 0 ); - KexiDBLabel( const TQString& text, TQWidget *tqparent, const char *name = 0, WFlags f = 0 ); + KexiDBLabel( TQWidget *parent, const char *name = 0, WFlags f = 0 ); + KexiDBLabel( const TQString& text, TQWidget *parent, const char *name = 0, WFlags f = 0 ); virtual ~KexiDBLabel(); inline TQString dataSource() const { return KexiFormDataItemInterface::dataSource(); } |
