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 dac4a2fb0..ad73af586 100644 --- a/kexi/formeditor/spring.h +++ b/kexi/formeditor/spring.h @@ -35,7 +35,7 @@ class WidgetLibrary; class KFORMEDITOR_EXPORT Spring : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(SizeType) TQ_PROPERTY(Orientation orientation READ orientation WRITE setOrientation) |