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