#include <QtGui/qimagereader.h>
#ifndef QIMAGEREADER_H
class QImageReader{
   /* Some contents are skipped to improve readability */
   public: static class QByteArray imageFormat(class QString const & fileName);
   /* ... */
};
#endif // QIMAGEREADER_H