summaryrefslogtreecommitdiffstats
path: root/kmtrace/match.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-20 08:48:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-20 08:48:50 +0900
commitd619f66af0df2e6f9a1cb0a41f17e98e1f48d309 (patch)
treedf4d1aea13f2042c515bdaa81f1a84d8d3a3dfb0 /kmtrace/match.cpp
parent7c1c8b9759e1beeee46f19650ca8c51fd8bc8f22 (diff)
downloadtdesdk-d619f66af0df2e6f9a1cb0a41f17e98e1f48d309.tar.gz
tdesdk-d619f66af0df2e6f9a1cb0a41f17e98e1f48d309.zip
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmtrace/match.cpp')
-rw-r--r--kmtrace/match.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmtrace/match.cpp b/kmtrace/match.cpp
index ac04f290..eebcaf0a 100644
--- a/kmtrace/match.cpp
+++ b/kmtrace/match.cpp
@@ -3,7 +3,7 @@
#include <tqstringlist.h>
#include <tqstrlist.h>
#include <tqtextstream.h>
-#include <tqsortedlist.h>
+#include <tqptrlist.h>
#include <tqfile.h>
#include <tqtl.h>
#include <tqvaluelist.h>