#include <QtGui/qfontdatabase.h> #ifndef QFONTDATABASE_H class QFontDatabase{ /* Some contents are skipped to improve readability */ public: static struct QStringList applicationFontFamilies(int id); /* ... */ }; #endif // QFONTDATABASE_H