Drop Qt2's TQSortedList class

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

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

Loading…
Cancel
Save