summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-19 12:16:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-19 12:16:22 +0900
commit66813efe63730c15cf2d53f3306f58765f0a57d2 (patch)
tree1937d3fa8a6de37d50bd849e5eae9e75a84501e2
parent9f0e52d96c551916d493950a9247c7d1488cff67 (diff)
downloadtde-style-baghira-66813efe.tar.gz
tde-style-baghira-66813efe.zip
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--starter/menu.h3
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;