diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidblineedit.h')
-rw-r--r-- | kexi/plugins/forms/widgets/kexidblineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 92a87280..9d85dac5 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -53,7 +53,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : TQ_OVERRIDE(bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true) public: - KexiDBLineEdit(TQWidget *tqparent, const char *name=0); + KexiDBLineEdit(TQWidget *parent, const char *name=0); virtual ~KexiDBLineEdit(); inline TQString dataSource() const { return KexiFormDataItemInterface::dataSource(); } |