aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/visiscript/files/qptrlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/visiscript/files/qptrlist.h')
-rw-r--r--recipes/visiscript/files/qptrlist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/visiscript/files/qptrlist.h b/recipes/visiscript/files/qptrlist.h
new file mode 100644
index 0000000000..9a07e1eda6
--- /dev/null
+++ b/recipes/visiscript/files/qptrlist.h
@@ -0,0 +1,9 @@
+#ifndef QTCOMPAT_QPTRLIST_H
+#define QTCOMPAT_QPTRLIST_H
+
+#include <qlist.h>
+
+#define QPtrList QList
+#define QPtrListIterator QListIterator
+
+#endif