From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- src/inputmethod/qinputcontextplugin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/inputmethod/qinputcontextplugin.cpp') diff --git a/src/inputmethod/qinputcontextplugin.cpp b/src/inputmethod/qinputcontextplugin.cpp index 3b474d2ff..48f9c0d4a 100644 --- a/src/inputmethod/qinputcontextplugin.cpp +++ b/src/inputmethod/qinputcontextplugin.cpp @@ -37,8 +37,8 @@ #include "ntqinputcontextplugin.h" -#ifndef QT_NO_IM -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_IM +#ifndef TQT_NO_COMPONENT #include "qinputcontextinterface_p.h" @@ -227,5 +227,5 @@ TQInputContextPlugin::~TQInputContextPlugin() // don't delete d, as this is deleted by d } -#endif // QT_NO_COMPONENT -#endif // QT_NO_IM +#endif // TQT_NO_COMPONENT +#endif // TQT_NO_IM -- cgit v1.2.3