summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/propertywidgetproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/propertywidgetproxy.h')
-rw-r--r--lib/widgets/propeditor/propertywidgetproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/propertywidgetproxy.h b/lib/widgets/propeditor/propertywidgetproxy.h
index 642d7824..37bbadb8 100644
--- a/lib/widgets/propeditor/propertywidgetproxy.h
+++ b/lib/widgets/propeditor/propertywidgetproxy.h
@@ -42,7 +42,7 @@ depending on the property type.
class PropertyWidgetProxy: public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int propertyType READ propertyType WRITE setPropertyType DESIGNABLE true )
TQ_PROPERTY( PropertyType propertyType2 READ propertyType2 WRITE setPropertyType2 DESIGNABLE false )
public: