diff options
Diffstat (limited to 'lib/widgets/propeditor/propertyeditor.h')
-rw-r--r-- | lib/widgets/propeditor/propertyeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/propertyeditor.h b/lib/widgets/propeditor/propertyeditor.h index 2fdbe432..7cfa8521 100644 --- a/lib/widgets/propeditor/propertyeditor.h +++ b/lib/widgets/propeditor/propertyeditor.h @@ -57,7 +57,7 @@ creation of property widgets from the machine factory. */ class PropertyEditor: public KListView{ Q_OBJECT - TQ_OBJECT + public: /**Constructs the property editor.*/ PropertyEditor(TQWidget *parent = 0, const char *name = 0); |