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