#include <QtGui/qfont.h>
#ifndef QFONT_H
class QFont{
   /* Some contents are skipped to improve readability */
   private: uint resolve_mask;
   /* ... */
};
#endif // QFONT_H