summaryrefslogtreecommitdiffstats
path: root/kbarcode/xmlutils.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-29 18:48:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-29 18:48:31 +0900
commit6ca861bdae50e0c0fdbdbda45e2e9b6402d8b2de (patch)
tree1552df0d7041a08628fd6233e013392fd963005e /kbarcode/xmlutils.h
parentfc06df3386aadde97693e8f0062d25d3b49afc7a (diff)
downloadkbarcode-6ca861bdae50e0c0fdbdbda45e2e9b6402d8b2de.tar.gz
kbarcode-6ca861bdae50e0c0fdbdbda45e2e9b6402d8b2de.zip
Fix functionality broken by commit fc06df3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbarcode/xmlutils.h')
-rw-r--r--kbarcode/xmlutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/xmlutils.h b/kbarcode/xmlutils.h
index 1a4c9b6..5788acf 100644
--- a/kbarcode/xmlutils.h
+++ b/kbarcode/xmlutils.h
@@ -19,7 +19,7 @@
#define XMLUTILS_H
#include <tqmap.h>
-#include <tqptrlist.h>
+#include <vector>
class DocumentItem;
class BarcodeItem;
@@ -34,7 +34,7 @@ class TQDomNode;
class TQRect;
class TQString;
class TQWidget;
-typedef TQPtrList<DocumentItem> DocumentItemList;
+typedef std::vector<DocumentItem*> DocumentItemList;
/** This class provides helper function for saving and reading to XML files.
*