diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:43 +0900 |
commit | 7e05e9bb0296f6761ebc95b6ad0bc05d3b16119c (patch) | |
tree | 14c972e38f71125d9d708626afdc4f0ae4f2d169 /src/translators/xmlstatehandler.h | |
parent | 6687e0515e6a8dd3cb9fba1fa28b25558d08334e (diff) | |
download | tellico-7e05e9bb0296f6761ebc95b6ad0bc05d3b16119c.tar.gz tellico-7e05e9bb0296f6761ebc95b6ad0bc05d3b16119c.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/translators/xmlstatehandler.h')
-rw-r--r-- | src/translators/xmlstatehandler.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/translators/xmlstatehandler.h b/src/translators/xmlstatehandler.h index 8b5c137..0f168d4 100644 --- a/src/translators/xmlstatehandler.h +++ b/src/translators/xmlstatehandler.h @@ -14,16 +14,16 @@ #ifndef TELLICO_IMPORT_XMLSTATEHANDLER_H #define TELLICO_IMPORT_XMLSTATEHANDLER_H -#ifdef QT_NO_CAST_ASCII -#define HAD_QT_NO_CAST_ASCII -#undef QT_NO_CAST_ASCII +#ifdef TQT_NO_CAST_ASCII +#define HAD_TQT_NO_CAST_ASCII +#undef TQT_NO_CAST_ASCII #endif #include <tqxml.h> -#ifdef HAD_QT_NO_CAST_ASCII -#define QT_NO_CAST_ASCII -#undef HAD_QT_NO_CAST_ASCII +#ifdef HAD_TQT_NO_CAST_ASCII +#define TQT_NO_CAST_ASCII +#undef HAD_TQT_NO_CAST_ASCII #endif #include "../datavectors.h" |