-rw-r--r-- | qtcompat/qptrstack.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtcompat/qptrstack.h b/qtcompat/qptrstack.h new file mode 100644 index 0000000..92070b3 --- a/dev/null +++ b/qtcompat/qptrstack.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef QTCOMPAT_QPTRSTACK_H | ||
2 | #define QTCOMPAT_QPTRSTACK_H | ||
3 | |||
4 | #include <qstack.h> | ||
5 | |||
6 | #define QPtrStack QStack | ||
7 | #define QPtrStackIterator QStackIterator | ||
8 | |||
9 | #endif | ||