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