#include <QtCore/qdatetime.h>
#ifndef QDATETIME_H
class QDate{
   /* Some contents are skipped to improve readability */
   public: static bool isValid(int y, int m, int d);
   /* ... */
};
#endif // QDATETIME_H