#include <QtCore/qset.h> #ifndef QSET_H template < typename T > class QSet{ /* Some contents are skipped to improve readability */ public: class const_iterator{ /* ... */ public: typedef struct std::bidirectional_iterator_tag iterator_category; /* ... */ }; /* ... */ }; #endif // QSET_H