From 89389861b375ade194e7a8bd5b5b15e7f36cde2c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:04 +0900 Subject: qt -> tqt conversion: QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro --- tdecore/tdeapplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tdeapplication.cpp') diff --git a/tdecore/tdeapplication.cpp b/tdecore/tdeapplication.cpp index d19b4d942..cae6b708d 100644 --- a/tdecore/tdeapplication.cpp +++ b/tdecore/tdeapplication.cpp @@ -32,7 +32,7 @@ // #error tqtranslator.h was already included // #endif // TQTRANSLATOR_H -#undef QT_NO_TRANSLATION +#undef TQT_NO_TRANSLATION #undef TQT_NO_TRANSLATION #include @@ -43,7 +43,7 @@ #include "tdeapplication.h" #undef TDEAPPLICATION_BINARY_COMPAT_HACK -#define QT_NO_TRANSLATION +#define TQT_NO_TRANSLATION #define TQT_NO_TRANSLATION #include #include -- cgit v1.2.3