#include <QtGui/qimageiohandler.h> #ifndef QIMAGEIOHANDLER_H class QImageIOHandler{ /* Some contents are skipped to improve readability */ public: class QIODevice* device() const /* ... */ }; #endif // QIMAGEIOHANDLER_H