#include <QtCore/qdatetime.h> #ifndef QDATETIME_H class QDate{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_DATESTRING public: static class QDate fromString(class QString const & s, class QString const & format); #endif /* ... */ }; #endif // QDATETIME_H