#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: inline void push_back(class QString const & s); /* ... */ }; #endif // QSTRING_H