Drop Qt2's TQSortedList class

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 11 months ago
parent 9f0e52d96c
commit 66813efe63
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -13,7 +13,6 @@
#include <tqscrollview.h> #include <tqscrollview.h>
#include <tqmap.h> #include <tqmap.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqsortedlist.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <klineedit.h> #include <klineedit.h>
#include <kservicegroup.h> #include <kservicegroup.h>
@ -227,7 +226,7 @@ private:
TDEPopupMenu *m_popup; TDEPopupMenu *m_popup;
bool popupBlocked_; bool popupBlocked_;
int _size; int _size;
typedef TQSortedList<StartMenuEntry> StartMenuEntryList; typedef TQPtrList<StartMenuEntry> StartMenuEntryList;
typedef TQMap<TQString,StartMenuEntryList> KeyWordList; typedef TQMap<TQString,StartMenuEntryList> KeyWordList;
StartMenuEntryList entryList; StartMenuEntryList entryList;
KeyWordList m_keywordList; KeyWordList m_keywordList;

Loading…
Cancel
Save