#include <QtGui/qpainterpath.h> #ifndef QPAINTERPATH_H class QPainterPathStroker{ /* Some contents are skipped to improve readability */ public: void setCapStyle(enum Qt::PenCapStyle style); /* ... */ }; #endif // QPAINTERPATH_H