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