summaryrefslogtreecommitdiffstats
path: root/src
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 17:36:42 +0900
commit5a7e26ea9088371b8a643dd82aa685f073c9d4dd (patch)
treea38bfa9ddf3f8203f6c814a976bd1ae59c1fae7f /src
parentf762b97f3fa623d0295b0c98f1106092d68d183b (diff)
downloadkscope-master.tar.gz
kscope-master.zip
Use proper TQt headersHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-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"
%}