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