diff options
Diffstat (limited to 'arts/builder/propertypanel.h')
-rw-r--r-- | arts/builder/propertypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/propertypanel.h b/arts/builder/propertypanel.h index 07ce3f90..cf34fe65 100644 --- a/arts/builder/propertypanel.h +++ b/arts/builder/propertypanel.h @@ -36,7 +36,7 @@ class PropertyPanel: public PropertyPanelBase TQ_OBJECT public: - PropertyPanel( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + PropertyPanel( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); public slots: void setSelectedComponent( StructureComponent *component ); |