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