summaryrefslogtreecommitdiffstats
path: root/arts/builder/propertypanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/propertypanel.h')
-rw-r--r--arts/builder/propertypanel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/builder/propertypanel.h b/arts/builder/propertypanel.h
index 3603ddad..07ce3f90 100644
--- a/arts/builder/propertypanel.h
+++ b/arts/builder/propertypanel.h
@@ -33,9 +33,10 @@ class ModulePort;
class PropertyPanel: public PropertyPanelBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- PropertyPanel( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ PropertyPanel( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
public slots:
void setSelectedComponent( StructureComponent *component );