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