#include <QtGui/qimageiohandler.h> #ifndef QIMAGEIOHANDLER_H class QImageIOHandler{ /* Some contents are skipped to improve readability */ protected: QImageIOHandler(struct QImageIOHandlerPrivate& dd); /* ... */ }; #endif // QIMAGEIOHANDLER_H