#include <QtOpenGL/qglpixelbuffer.h>
#ifndef QGLPIXELBUFFER_H
class QGLPixelBuffer: public QPaintDevice{
public: QGLPixelBuffer(class QSize const & size, class QGLFormat const & format, class QGLWidget* shareWidget = 0);
};
#endif // QGLPIXELBUFFER_H