#include <QtGui/qfontdatabase.h> #ifndef QFONTDATABASE_H class QFontDatabase{ /* Some contents are skipped to improve readability */ public: enum WritingSystem{ /* ... */ Myanmar = 22, /* ... */ }; /* ... */ }; #endif // QFONTDATABASE_H