#include <QtGui/qdatetimeedit.h>
#ifndef QDATETIMEEDIT_H
#ifndef QT_NO_DATETIMEEDIT
class QDateTimeEdit: public QAbstractSpinBox{
   /* Some contents are skipped to improve readability */
   protected: virtual class QFlags < enum QAbstractSpinBox::StepEnabledFlag > stepEnabled() const
   /* ... */
};
#endif // QT_NO_DATETIMEEDIT
#endif // QDATETIMEEDIT_H