-rw-r--r-- | qtcompat/qptrlist.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qtcompat/qptrlist.h b/qtcompat/qptrlist.h new file mode 100644 index 0000000..8ce6868 --- a/dev/null +++ b/qtcompat/qptrlist.h @@ -0,0 +1,10 @@ +#ifndef QTCOMPAT_QPTRLIST_H +#define QTCOMPAT_QPTRLIST_H + +#include <qlist.h> + +#define QPtrList QList +#define QPtrListIterator QListIterator +#define QPtrCollection QCollection + +#endif |