Drop Qt2's TQSortedList class

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

@ -33,7 +33,6 @@
#include <tqdir.h>
#include <tqfileinfo.h>
#include <tqregexp.h>
#include <tqsortedlist.h>
#include <pilotDatabase.h>
#include <pilotLocalDatabase.h>

@ -50,7 +50,7 @@ class PilotDatabase;
class docBookmark;
#define bmkList TQPtrList<docBookmark>
#define bmkSortedList TQSortedList<docBookmark>
#define bmkSortedList TQPtrList<docBookmark>
class docBookmark {
public:

Loading…
Cancel
Save