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