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