1 2 3 4 5 6 7 8
#ifndef QTCOMPAT_QPTRVECTOR_H #define QTCOMPAT_QPTRVECTOR_H #include <qvector.h> #define QPtrVector QVector #endif