#include <QtGui/qpixmap.h>
#ifndef QPIXMAP_H
class QPixmap: public QPaintDevice{
   /* Some contents are skipped to improve readability */
   public: void setAlphaChannel(class QPixmap const &);
   /* ... */
};
#endif // QPIXMAP_H