#include <QtCore/qset.h> #ifndef QSET_H template < typename T > class QSet{ /* Some contents are skipped to improve readability */ public: inline class QSet < T >& unite(class QSet const & other); /* ... */ }; #endif // QSET_H