#include <QtCore/qdatetime.h>
#ifndef QDATETIME_H
class QDate{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_TEXTDATE
   public: static class QString shortMonthName(int month);
#endif // QT_NO_TEXTDATE
   /* ... */
};
#endif // QDATETIME_H