diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-20 09:16:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-20 10:43:52 +0900 |
commit | 22937e157705c7d5c31e12ab0ce8551c322a3d2e (patch) | |
tree | f51def52b67ac2af811f06433d2c2fcb454bec5e | |
parent | 4e428e11c5858b5a2485af135cbb2fabd8a3522f (diff) | |
download | tdebase-22937e157705c7d5c31e12ab0ce8551c322a3d2e.tar.gz tdebase-22937e157705c7d5c31e12ab0ce8551c322a3d2e.zip |
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dc8852cc1d6b347fe4681ef24f31732c6d96bb8b)
-rw-r--r-- | kcontrol/kcontrol/searchwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kcontrol/kcontrol/searchwidget.cpp b/kcontrol/kcontrol/searchwidget.cpp index 995d162e3..0dc0045d5 100644 --- a/kcontrol/kcontrol/searchwidget.cpp +++ b/kcontrol/kcontrol/searchwidget.cpp @@ -20,7 +20,6 @@ #include <tqlabel.h> #include <tqlayout.h> -#include <tqsortedlist.h> #include <tqregexp.h> #include <klineedit.h> |