#include <QtGui/qimageiohandler.h> #ifndef QIMAGEIOHANDLER_H class QImageIOHandler{ /* Some contents are skipped to improve readability */ public: void setFormat(class QByteArray const & format); /* ... */ }; #endif // QIMAGEIOHANDLER_H