#ifndef QTCOMPAT_QPTRSTACK_H #define QTCOMPAT_QPTRSTACK_H #include #define QPtrStack QStack #define QPtrStackIterator QStackIterator #endif