|
|
|
@ -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;
|
|
|
|
|