#include <QtGui/qfont.h>
#ifndef QFONT_H
class QFont{
   /* Some contents are skipped to improve readability */
#if defined(Q_WS_MAC)
#elif defined(Q_WS_X11)
   private: int x11Screen() const
#endif
   /* ... */
};
#endif // QFONT_H