#include <QtGui/qmatrix.h> #ifndef QMATRIX_H class QMatrix{ /* Some contents are skipped to improve readability */ public: void map(qreal x, qreal y, qreal* tx, qreal* ty) const /* ... */ }; #endif // QMATRIX_H