#include <QtCore/qpoint.h>
#ifndef QPOINT_H
class QPoint{
   /* Some contents are skipped to improve readability */
   public: inline QPoint(int xpos, int ypos);
   /* ... */
};
#endif // QPOINT_H