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