#include <QtGui/qpainter.h> #ifndef QPAINTER_H class QPainter{ /* Some contents are skipped to improve readability */ public: static class QPaintDevice* redirected(class QPaintDevice const * device, class QPoint* offset = 0); /* ... */ }; #endif // QPAINTER_H