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