Drop Qt2's TQSortedList class

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 11 months ago
parent cbfe634f61
commit fc06df3386
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -20,7 +20,7 @@
#include <xmlutils.h>
#include <tqobject.h>
#include <tqsortedlist.h>
#include <tqptrlist.h>
#include <tqstring.h>
#include <tqtextstream.h>
@ -224,7 +224,7 @@ const TQString DocumentItem::visibilityScript() const
return m_visibilityScript;
}
typedef TQSortedList<DocumentItem> DocumentItemList;
typedef TQPtrList<DocumentItem> DocumentItemList;
#endif //DOCUMENTITEM_H

@ -19,7 +19,7 @@
#define XMLUTILS_H
#include <tqmap.h>
#include <tqsortedlist.h>
#include <tqptrlist.h>
class DocumentItem;
class BarcodeItem;
@ -34,7 +34,7 @@ class TQDomNode;
class TQRect;
class TQString;
class TQWidget;
typedef TQSortedList<DocumentItem> DocumentItemList;
typedef TQPtrList<DocumentItem> DocumentItemList;
/** This class provides helper function for saving and reading to XML files.
*

Loading…
Cancel
Save