#ifndef QTCOMPAT_QPTRLIST_H #define QTCOMPAT_QPTRLIST_H #include #define QPtrList QList #define QPtrListIterator QListIterator #endif