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