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