#include <QtGui/qfont.h> #ifndef QFONT_H class QFont{ /* Some contents are skipped to improve readability */ public: static void insertSubstitutions(class QString const &, struct QStringList const &); /* ... */ }; #endif // QFONT_H