summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/translators/tellicosaximporter.cpp2
-rw-r--r--src/translators/xmlstatehandler.h12
2 files changed, 7 insertions, 7 deletions
diff --git a/src/translators/tellicosaximporter.cpp b/src/translators/tellicosaximporter.cpp
index de60c63..4adc6f2 100644
--- a/src/translators/tellicosaximporter.cpp
+++ b/src/translators/tellicosaximporter.cpp
@@ -11,7 +11,7 @@
* *
***************************************************************************/
-// before tellicosaxmporter.h because of QT_NO_CAST_ASCII issues
+// before tellicosaxmporter.h because of TQT_NO_CAST_ASCII issues
#include "tellicoxmlhandler.h"
#include "tellicosaximporter.h"
#include "tellico_xml.h"
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"