#include <QtGui/qdatetimeedit.h>
#ifndef QDATETIMEEDIT_H
#ifndef QT_NO_DATETIMEEDIT
class QDateEdit: public QDateTimeEdit{
   /* Some contents are skipped to improve readability */
   public: QDateEdit(class QWidget* parent = 0);
   /* ... */
};
#endif // QT_NO_DATETIMEEDIT
#endif // QDATETIMEEDIT_H