#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: class QString& replace(int i, int len, class QChar const * s, int slen); /* ... */ }; #endif // QSTRING_H