#include <QtCore/qdatetime.h>
#ifndef QDATETIME_H
class QDate{
   /* Some contents are skipped to improve readability */
   public: int weekNumber(int* yearNum = 0) const
   /* ... */
};
#endif // QDATETIME_H