#include <QtGui/qbitmap.h>
#ifndef QBITMAP_H
class QBitmap: public QPixmap{
   /* Some contents are skipped to improve readability */
   public: class QBitmap transformed(struct QMatrix const &) const
   /* ... */
};
#endif // QBITMAP_H