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 09:16:27 +0900 |
commit | dc8852cc1d6b347fe4681ef24f31732c6d96bb8b (patch) | |
tree | 585f2041c901f2fdad6e4ff5bc3dea535b5332b5 /kcontrol | |
parent | 22bb398b3ba83142bf49f6abf47081e5e9e11bef (diff) | |
download | tdebase-dc8852cc1d6b347fe4681ef24f31732c6d96bb8b.tar.gz tdebase-dc8852cc1d6b347fe4681ef24f31732c6d96bb8b.zip |
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
-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> |