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