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