#include <QtGui/qfontdatabase.h>
#ifndef QFONTDATABASE_H
class QFontDatabase{
   /* Some contents are skipped to improve readability */
#if !defined(Q_WS_X11) && !defined(Q_WS_WIN) && !defined(Q_WS_MAC)
#else
   private: static void load(struct QFontPrivate const * d, int script);
#endif
   /* ... */
};
#endif // QFONTDATABASE_H