#include <QtGui/qmatrix.h> #ifndef QMATRIX_H class QMatrix{ /* Some contents are skipped to improve readability */ public: class QPolygon mapToPolygon(class QRect const & r) const /* ... */ }; #endif // QMATRIX_H