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