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