#include <QtGui/qicon.h>
#ifndef QICON_H
template < > class QTypeInfo < class QIcon >{
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      /* ... */
      isPointer = 0,
      /* ... */
   };
   /* ... */
};
#endif // QICON_H