#include <QtGui/qfontdatabase.h>
#ifndef QFONTDATABASE_H
class QFontDatabase{
   /* Some contents are skipped to improve readability */
   public: class QFont font(class QString const & family, class QString const & style, int pointSize) const
   /* ... */
};
#endif // QFONTDATABASE_H