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