#include <QtCore/qvector.h> #ifndef QVECTOR_H template < typename T > class QVector{ /* Some contents are skipped to improve readability */ public: class QVector < T >& operator =(class QVector const & v); /* ... */ }; #endif // QVECTOR_H