#include <QtCore/qstringmatcher.h> #ifndef QSTRINGMATCHER_H class QStringMatcher{ /* Some contents are skipped to improve readability */ public: QStringMatcher(class QStringMatcher const & other); /* ... */ }; #endif // QSTRINGMATCHER_H