diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidbautofield.h')
| -rw-r--r-- | kexi/plugins/forms/widgets/kexidbautofield.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index 24423441f..b1ba23f3c 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -56,7 +56,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : /*internal, for design time only*/ TQ_PROPERTY(int fieldTypeInternal READ fieldTypeInternal WRITE setFieldTypeInternal DESIGNABLE true STORED false) TQ_PROPERTY(TQString fieldCaptionInternal READ fieldCaptionInternal WRITE setFieldCaptionInternal DESIGNABLE true STORED false) - Q_ENUMS( WidgetType LabelPosition ) + TQ_ENUMS( WidgetType LabelPosition ) public: enum WidgetType { Auto = 100, Text, Integer, Double, Boolean, Date, Time, DateTime, |
