diff options
Diffstat (limited to 'lib/koproperty/editors/pointedit.h')
-rw-r--r-- | lib/koproperty/editors/pointedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/pointedit.h b/lib/koproperty/editors/pointedit.h index 22c9a36a..ce7fc423 100644 --- a/lib/koproperty/editors/pointedit.h +++ b/lib/koproperty/editors/pointedit.h @@ -35,7 +35,7 @@ class KOPROPERTY_EXPORT PointEdit : public Widget TQ_OBJECT public: - PointEdit(Property *property, TQWidget *tqparent=0, const char *name=0); + PointEdit(Property *property, TQWidget *parent=0, const char *name=0); virtual ~PointEdit(); virtual TQVariant value() const; |