diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 17:36:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:57:23 +0900 |
commit | 6730bcbc68709416334e6f84134ae4519e43c777 (patch) | |
tree | 0d35ed9cf3318e9cefe77b86d9b2b43bba9e6b88 | |
parent | 2642e478ab03476fa095271b3c71722482128656 (diff) | |
download | kscope-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.lpp | 2 |
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" %} |