diff options
Diffstat (limited to 'starter')
-rw-r--r-- | starter/menu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starter/menu.h b/starter/menu.h index 7e7b044..eb11056 100644 --- a/starter/menu.h +++ b/starter/menu.h @@ -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; |