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