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