summaryrefslogtreecommitdiffstats
path: root/kbarcode/xmlutils.h
diff options
context:
space:
mode:
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 4851baa..5788acf 100644
--- a/kbarcode/xmlutils.h
+++ b/kbarcode/xmlutils.h
@@ -19,7 +19,7 @@
#define XMLUTILS_H
#include <tqmap.h>
-#include <tqsortedlist.h>
+#include <vector>
class DocumentItem;
class BarcodeItem;
@@ -34,7 +34,7 @@ class TQDomNode;
class TQRect;
class TQString;
class TQWidget;
-typedef TQSortedList<DocumentItem> DocumentItemList;
+typedef std::vector<DocumentItem*> DocumentItemList;
/** This class provides helper function for saving and reading to XML files.
*