#include <QtGui/qfontdatabase.h> #ifndef QFONTDATABASE_H class QFontDatabase{ /* Some contents are skipped to improve readability */ private: struct QFontDatabasePrivate* d; /* ... */ }; #endif // QFONTDATABASE_H