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 #include #include -#include #include #include #include @@ -227,7 +226,7 @@ private: TDEPopupMenu *m_popup; bool popupBlocked_; int _size; - typedef TQSortedList StartMenuEntryList; + typedef TQPtrList StartMenuEntryList; typedef TQMap KeyWordList; StartMenuEntryList entryList; KeyWordList m_keywordList;