#include <QtGui/qfontdatabase.h>
#ifndef QFONTDATABASE_H
class QFontDatabase{
   /* Some contents are skipped to improve readability */
   private: static void parseFontName(class QString const & name, class QString& foundry, class QString& family);
   /* ... */
};
#endif // QFONTDATABASE_H