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