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