#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   private: struct QString::Data* d;
   /* ... */
};
#endif // QSTRING_H