#include <QtGui/qpen.h> #ifndef QPEN_H class QPen{ /* Some contents are skipped to improve readability */ private: struct QPenPrivate* d; /* ... */ }; #endif // QPEN_H