summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 17:36:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 18:57:23 +0900
commit6730bcbc68709416334e6f84134ae4519e43c777 (patch)
tree0d35ed9cf3318e9cefe77b86d9b2b43bba9e6b88
parent2642e478ab03476fa095271b3c71722482128656 (diff)
downloadkscope-6730bcbc68709416334e6f84134ae4519e43c777.tar.gz
kscope-6730bcbc68709416334e6f84134ae4519e43c777.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5a7e26ea9088371b8a643dd82aa685f073c9d4dd)
-rw-r--r--src/dotscan.lpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotscan.lpp b/src/dotscan.lpp
index 23754bc..c472038 100644
--- a/src/dotscan.lpp
+++ b/src/dotscan.lpp
@@ -1,7 +1,7 @@
/* dot.l */
%{
-#include <ntqstring.h>
+#include <tqstring.h>
#include "dotparse.hpp"
%}