#include <QtCore/qsize.h> #ifndef QSIZE_H class QSize{ /* Some contents are skipped to improve readability */ private: int ht; /* ... */ }; #endif // QSIZE_H