summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kivio_page.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-19 13:15:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-19 13:15:32 +0900
commita9bbaa83cc3c2e3291786ef7f80e834a3e81ae44 (patch)
treea1d88ea89501a391df32e27b66d961906ccfeaee /kivio/kiviopart/kivio_page.cpp
parentfded56123903e0a8d9e076b1a6a9a52374c3649d (diff)
downloadkoffice-a9bbaa83cc3c2e3291786ef7f80e834a3e81ae44.tar.gz
koffice-a9bbaa83cc3c2e3291786ef7f80e834a3e81ae44.zip
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kivio/kiviopart/kivio_page.cpp')
-rw-r--r--kivio/kiviopart/kivio_page.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/kivio_page.cpp b/kivio/kiviopart/kivio_page.cpp
index 6bf6a3aa..a4836352 100644
--- a/kivio/kiviopart/kivio_page.cpp
+++ b/kivio/kiviopart/kivio_page.cpp
@@ -36,7 +36,7 @@
#include <tqtextstream.h>
#include <tqdragobject.h>
#include <tqmime.h>
-#include <tqsortedlist.h>
+#include <tqptrlist.h>
#include <tqvaluelist.h>
#include <kdebug.h>