#include <QtCore/qrect.h>
#ifndef QRECT_H
class QRect{
   /* Some contents are skipped to improve readability */
   public: inline void adjust(int dx1, int dy1, int dx2, int dy2);
   /* ... */
};
#endif // QRECT_H