#include <QtGui/qpainterpath.h> #ifndef QPAINTERPATH_H class QPainterPathPrivate{ /* Some contents are skipped to improve readability */ private: class QAtomic ref; /* ... */ }; #endif // QPAINTERPATH_H