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 2105a220..f1cec5bc 100644 --- a/lib/widgets/propeditor/propertywidget.h +++ b/lib/widgets/propeditor/propertywidget.h @@ -48,7 +48,7 @@ in the library. */ class PropertyWidget: public TQWidget{ Q_OBJECT - TQ_OBJECT + public: /**Constructs widget for property with name "propertyName".*/ PropertyWidget(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); |