#include <QtGui/qimageiohandler.h> #ifndef QIMAGEIOHANDLER_H class QImageIOHandler{ /* Some contents are skipped to improve readability */ public: virtual bool supportsOption(enum QImageIOHandler::ImageOption option) const /* ... */ }; #endif // QIMAGEIOHANDLER_H