#include <QtGui/qicon.h> #ifndef QICON_H template < > class QTypeInfo < class QIcon >{ /* Some contents are skipped to improve readability */ public: static inline char const * name(); /* ... */ }; #endif // QICON_H