diff options
Diffstat (limited to 'src/inputmethod/qinputcontextinterface_p.h')
-rw-r--r-- | src/inputmethod/qinputcontextinterface_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <private/qcom_p.h> #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 |