summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/propertywidgetproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/propertywidgetproxy.h')
-rw-r--r--lib/widgets/propeditor/propertywidgetproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/propertywidgetproxy.h b/lib/widgets/propeditor/propertywidgetproxy.h
index 04a2503a..642d7824 100644
--- a/lib/widgets/propeditor/propertywidgetproxy.h
+++ b/lib/widgets/propeditor/propertywidgetproxy.h
@@ -46,7 +46,7 @@ Q_OBJECT
TQ_PROPERTY( int propertyType READ propertyType WRITE setPropertyType DESIGNABLE true )
TQ_PROPERTY( PropertyType propertyType2 READ propertyType2 WRITE setPropertyType2 DESIGNABLE false )
public:
- PropertyWidgetProxy(TQWidget *tqparent = 0, const char *name = 0);
+ PropertyWidgetProxy(TQWidget *parent = 0, const char *name = 0);
~PropertyWidgetProxy();
/**Sets the type of a property editor to appear.*/