#include <QtGui/qfont.h> #ifndef QFONT_H class QFont{ /* Some contents are skipped to improve readability */ #ifdef Q_WS_WIN #else // !Q_WS_WIN public: Qt::HANDLE handle() const #endif // Q_WS_WIN /* ... */ }; #endif // QFONT_H