diff options
Diffstat (limited to 'lib/widgets/propeditor/propertywidget.h')
-rw-r--r-- | lib/widgets/propeditor/propertywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/propertywidget.h b/lib/widgets/propeditor/propertywidget.h index 5071190b..857805da 100644 --- a/lib/widgets/propeditor/propertywidget.h +++ b/lib/widgets/propeditor/propertywidget.h @@ -47,7 +47,7 @@ A set of predefined widgets for predefined property types are available in the library. */ class PropertyWidget: public TQWidget{ - Q_OBJECT + TQ_OBJECT public: /**Constructs widget for property with name "propertyName".*/ |