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