diff options
author | Michele Calgaro <[email protected]> | 2023-06-19 13:15:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-19 13:15:32 +0900 |
commit | a9bbaa83cc3c2e3291786ef7f80e834a3e81ae44 (patch) | |
tree | a1d88ea89501a391df32e27b66d961906ccfeaee /filters/kspread | |
parent | fded56123903e0a8d9e076b1a6a9a52374c3649d (diff) | |
download | koffice-a9bbaa83cc3c2e3291786ef7f80e834a3e81ae44.tar.gz koffice-a9bbaa83cc3c2e3291786ef7f80e834a3e81ae44.zip |
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filters/kspread')
-rw-r--r-- | filters/kspread/gnumeric/gnumericexport.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filters/kspread/gnumeric/gnumericexport.cpp b/filters/kspread/gnumeric/gnumericexport.cpp index 28f5453e..77926298 100644 --- a/filters/kspread/gnumeric/gnumericexport.cpp +++ b/filters/kspread/gnumeric/gnumericexport.cpp @@ -29,7 +29,6 @@ #include <KoFilterChain.h> #include <tqapplication.h> #include <tqptrlist.h> -#include <tqsortedlist.h> #include <tqfile.h> #include <tqtextstream.h> |