Drop Qt2's TQSortedList class

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

@ -3,7 +3,7 @@
#include <tqstringlist.h>
#include <tqstrlist.h>
#include <tqtextstream.h>
#include <tqsortedlist.h>
#include <tqptrlist.h>
#include <tqfile.h>
#include <tqtl.h>
#include <tqvaluelist.h>

@ -6,7 +6,7 @@
#include <tqstringlist.h>
#include <tqstrlist.h>
#include <tqtextstream.h>
#include <tqsortedlist.h>
#include <tqptrlist.h>
#include <tqfile.h>
#include <tqtl.h>
#include <tqvaluelist.h>
@ -54,7 +54,7 @@ struct Entry {
TQIntDict<Entry> *entryDict = 0;
TQIntDict<char> *symbolDict = 0;
TQIntDict<char> *formatDict = 0;
TQSortedList<Entry> *entryList = 0;
TQPtrList<Entry> *entryList = 0;
TQStrList *excludes = 0;
const char * const unknown = "<unknown>";
@ -622,7 +622,7 @@ int main(int argc, char *argv[])
entryDict = new TQIntDict<Entry>(9973);
symbolDict = new TQIntDict<char>(9973);
formatDict = new TQIntDict<char>(9973);
entryList = new TQSortedList<Entry>;
entryList = new TQPtrList<Entry>;
fprintf(stderr, "Running\n");
TQCString line;

@ -3,7 +3,7 @@
#include <tqstringlist.h>
#include <tqstrlist.h>
#include <tqtextstream.h>
#include <tqsortedlist.h>
#include <tqptrlist.h>
#include <tqfile.h>
#include <tqtl.h>
#include <tqvaluelist.h>

Loading…
Cancel
Save