summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:43 +0900
commit7e05e9bb0296f6761ebc95b6ad0bc05d3b16119c (patch)
tree14c972e38f71125d9d708626afdc4f0ae4f2d169
parent6687e0515e6a8dd3cb9fba1fa28b25558d08334e (diff)
downloadtellico-7e05e9bb0296f6761ebc95b6ad0bc05d3b16119c.tar.gz
tellico-7e05e9bb0296f6761ebc95b6ad0bc05d3b16119c.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--configure.in.in8
-rw-r--r--src/translators/tellicosaximporter.cpp2
-rw-r--r--src/translators/xmlstatehandler.h12
3 files changed, 11 insertions, 11 deletions
diff --git a/configure.in.in b/configure.in.in
index 3eb0c23..f7a48bd 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -271,8 +271,8 @@ CXXFLAGS="$CXXFLAGS $all_includes"
AC_MSG_CHECKING(for libkcddb library and headers)
AC_TRY_LINK(
[
-#ifdef QT_NO_CAST_ASCII
-#undef QT_NO_CAST_ASCII
+#ifdef TQT_NO_CAST_ASCII
+#undef TQT_NO_CAST_ASCII
#endif
#include <libkcddb/cddb.h>
],
@@ -324,8 +324,8 @@ CXXFLAGS="$CXXFLAGS $all_includes"
AC_MSG_CHECKING(for libkcal library and headers)
AC_TRY_LINK(
[
-#ifdef QT_NO_CAST_ASCII
-#undef QT_NO_CAST_ASCII
+#ifdef TQT_NO_CAST_ASCII
+#undef TQT_NO_CAST_ASCII
#endif
#include <libkcal/todo.h>
],
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"