#include <QtCore/qrect.h>
#ifndef QRECT_H
class QRect{
   /* Some contents are skipped to improve readability */
   public: bool contains(class QPoint const & p, bool proper = 0) const
   /* ... */
};
#endif // QRECT_H