#include <QtGui/qimageiohandler.h>
#ifndef QIMAGEIOHANDLER_H
class QImageIOHandler{
   /* Some contents are skipped to improve readability */
   public: enum ImageOption{
      /* ... */
      Endianness = 11,
      /* ... */
   };
   /* ... */
};
#endif // QIMAGEIOHANDLER_H