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/qinputcontextinterface_p.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/inputmethod/qinputcontextinterface_p.h') diff --git a/src/inputmethod/qinputcontextinterface_p.h b/src/inputmethod/qinputcontextinterface_p.h index 40574894e..fc2b50969 100644 --- a/src/inputmethod/qinputcontextinterface_p.h +++ b/src/inputmethod/qinputcontextinterface_p.h @@ -52,8 +52,8 @@ #include #endif // QT_H -#ifndef QT_NO_IM -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_IM +#ifndef TQT_NO_COMPONENT class TQWidget; class TQInputContext; @@ -81,7 +81,7 @@ struct Q_EXPORT TQInputContextFactoryInterface : public TQFeatureListInterface virtual TQString description( const TQString &key ) = 0; }; -#endif //QT_NO_COMPONENT -#endif //QT_NO_IM +#endif //TQT_NO_COMPONENT +#endif //TQT_NO_IM #endif //TQINPUTCONTEXTINTERFACE_P_H -- cgit v1.2.3