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