#include <QtCore/qdatetime.h>
#ifndef QDATETIME_H
class QTime{
   /* Some contents are skipped to improve readability */
   public: bool setHMS(int h, int m, int s, int ms = 0);
   /* ... */
};
#endif // QDATETIME_H