diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 00:13:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 05:14:53 +0200 |
commit | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch) | |
tree | 770861aa9033e1dc6c5168358194ff85b32dd429 /src/dotscan.lpp | |
parent | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff) | |
download | kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip |
Initial TQt conversion
Diffstat (limited to 'src/dotscan.lpp')
-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 68887b3..dede564 100644 --- a/src/dotscan.lpp +++ b/src/dotscan.lpp @@ -1,7 +1,7 @@ /* dot.l */ %{ -#include <qstring.h> +#include <ntqstring.h> #include "dotparse.hpp" %} |