#include <QtGui/qfont.h> #ifndef QFONT_H class QFont{ /* Some contents are skipped to improve readability */ public: QFont(class QString const & family, int pointSize = -1, int weight = -1, bool italic = 0); /* ... */ }; #endif // QFONT_H