#include <QtGui/qpixmap.h>
#ifndef QPIXMAP_H
class QPixmap: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   public: static inline class QPixmap grabWidget(struct QWidget* widget, int x = 0, int y = 0, int w = -1, int h = -1);
   /* ... */
};
#endif // QPIXMAP_H