#include <QtCore/qrect.h>
#ifndef QRECT_H
class QRect{
   /* Some contents are skipped to improve readability */
   public: inline void getCoords(int* xp1, int* yp1, int* xp2, int* yp2) const
   /* ... */
};
#endif // QRECT_H