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