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