diff options
Diffstat (limited to 'arts/builder/propertypanel.cpp')
-rw-r--r-- | arts/builder/propertypanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/builder/propertypanel.cpp b/arts/builder/propertypanel.cpp index ed3df208..df76588a 100644 --- a/arts/builder/propertypanel.cpp +++ b/arts/builder/propertypanel.cpp @@ -36,8 +36,8 @@ #include <arts/debug.h> -PropertyPanel::PropertyPanel( TQWidget* tqparent, const char* name, WFlags fl ) - : PropertyPanelBase( tqparent, name, fl ), +PropertyPanel::PropertyPanel( TQWidget* parent, const char* name, WFlags fl ) + : PropertyPanelBase( parent, name, fl ), component(0L), port(0L) { |