#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: class QString& replace(class QChar before, class QChar after, enum Qt::CaseSensitivity cs = Qt::CaseSensitive);
   /* ... */
};
#endif // QSTRING_H