diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-19 13:08:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-19 17:27:09 +0900 |
commit | 4a028d07b241584a616cf36343fff0da0641edb8 (patch) | |
tree | 95a723cca662d08d409eb8d17731d213f59a8a4b /src | |
parent | a07f9925548aa88deff507a5ce25654657e0045d (diff) | |
download | basket-4a028d07b241584a616cf36343fff0da0641edb8.tar.gz basket-4a028d07b241584a616cf36343fff0da0641edb8.zip |
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a0660570a7c965d2863766762eeed1813e987370)
Diffstat (limited to 'src')
-rw-r--r-- | src/kiconcanvas.cpp | 1 | ||||
-rw-r--r-- | src/kicondialog.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/kiconcanvas.cpp b/src/kiconcanvas.cpp index 0185cde..f905864 100644 --- a/src/kiconcanvas.cpp +++ b/src/kiconcanvas.cpp @@ -31,7 +31,6 @@ #include <kurldrag.h> #include <tdemultipledrag.h> -#include <tqsortedlist.h> #include <tqimage.h> #include <tqpixmap.h> #include <tqtimer.h> diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp index 5d18360..4980a89 100644 --- a/src/kicondialog.cpp +++ b/src/kicondialog.cpp @@ -35,7 +35,6 @@ #include <tqstring.h> #include <tqstringlist.h> -#include <tqsortedlist.h> #include <tqimage.h> #include <tqpixmap.h> #include <tqlabel.h> |