diff options
Diffstat (limited to 'kexi/formeditor/spring.h')
-rw-r--r-- | kexi/formeditor/spring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/spring.h b/kexi/formeditor/spring.h index 46254cff..09f9cccb 100644 --- a/kexi/formeditor/spring.h +++ b/kexi/formeditor/spring.h @@ -37,7 +37,7 @@ class KFORMEDITOR_EXPORT Spring : public TQWidget { Q_OBJECT - Q_ENUMS(SizeType) + TQ_ENUMS(SizeType) TQ_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation) TQ_PROPERTY(SizeType sizeType READ sizeType WRITE setSizeType) |