#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: typedef class QChar const * const_iterator;
   /* ... */
};
#endif // QSTRING_H