#include <QtGui/qdatetimeedit.h>
#ifndef QDATETIMEEDIT_H
#ifndef QT_NO_DATETIMEEDIT
class QDateTimeEdit: public QAbstractSpinBox{
   /* Some contents are skipped to improve readability */
   public: void setTimeRange(class QTime const & min, class QTime const & max);
   /* ... */
};
#endif // QT_NO_DATETIMEEDIT
#endif // QDATETIMEEDIT_H