diff -r ef0373b55136 -r 758a864f9613 src/gui/widgets/qdatetimeedit.h --- a/src/gui/widgets/qdatetimeedit.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/gui/widgets/qdatetimeedit.h Mon Oct 04 01:19:32 2010 +0300 @@ -206,7 +206,6 @@ class Q_GUI_EXPORT QTimeEdit : public QDateTimeEdit { Q_OBJECT - Q_PROPERTY(QTime time READ time WRITE setTime NOTIFY timeChanged USER true) public: QTimeEdit(QWidget *parent = 0); QTimeEdit(const QTime &time, QWidget *parent = 0); @@ -215,7 +214,6 @@ class Q_GUI_EXPORT QDateEdit : public QDateTimeEdit { Q_OBJECT - Q_PROPERTY(QDate date READ date WRITE setDate NOTIFY dateChanged USER true) public: QDateEdit(QWidget *parent = 0); QDateEdit(const QDate &date, QWidget *parent = 0);