#include <QtGui/qfont.h> #ifndef QFONT_H class QFont{ /* Some contents are skipped to improve readability */ public: void setStyleStrategy(enum QFont::StyleStrategy s); /* ... */ }; #endif // QFONT_H