#include <QtCore/qdatetime.h> #ifndef QDATETIME_H class QTime{ /* Some contents are skipped to improve readability */ private: int mds; /* ... */ }; #endif // QDATETIME_H