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