summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/forms/widgets/kexidbautofield.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-22 15:01:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-22 15:01:02 -0500
commit7227f5a342ea4a7317d74b43e90f798d19d6ddb4 (patch)
tree7b69758a4de6a524edf327c31c1bb6b2b32f0d56 /kexi/plugins/forms/widgets/kexidbautofield.h
parent7ccb7f8d09264e2d0655395b9751b385ff571483 (diff)
downloadkoffice-7227f5a342ea4a7317d74b43e90f798d19d6ddb4.tar.gz
koffice-7227f5a342ea4a7317d74b43e90f798d19d6ddb4.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidbautofield.h')
-rw-r--r--kexi/plugins/forms/widgets/kexidbautofield.h2
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,