#include <QtCore/qsize.h>
#ifndef QSIZE_H
class QSize{
   /* Some contents are skipped to improve readability */
   public: void transpose();
   /* ... */
};
#endif // QSIZE_H