#include <QtGui/qimageiohandler.h>
#ifndef QIMAGEIOHANDLER_H
class QImageIOPlugin: public QObject, public QImageIOHandlerFactoryInterface{
   /* Some contents are skipped to improve readability */
   public: static struct QMetaObject const staticMetaObject;
   /* ... */
};
#endif // QIMAGEIOHANDLER_H