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