From 67bff2edcacb208dc44dcd521386bef686dc6dbf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 12 Feb 2024 14:08:42 +0900 Subject: Replace Q_WS_* defines with TQ_WS_* equivalents This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro --- plugins/src/inputmethods/xim/qximinputcontext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/src/inputmethods/xim') diff --git a/plugins/src/inputmethods/xim/qximinputcontext.h b/plugins/src/inputmethods/xim/qximinputcontext.h index 243827355..d8b56a0b4 100644 --- a/plugins/src/inputmethods/xim/qximinputcontext.h +++ b/plugins/src/inputmethods/xim/qximinputcontext.h @@ -62,7 +62,7 @@ class TQFont; class TQString; -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #include "ntqmemarray.h" #include "ntqwindowdefs.h" #include @@ -72,7 +72,7 @@ class TQXIMInputContext : public TQInputContext { TQ_OBJECT public: -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 TQXIMInputContext(); ~TQXIMInputContext(); @@ -121,7 +121,7 @@ private: int lookupString(XKeyEvent *, TQCString &, KeySym *, Status *) const; -#endif // Q_WS_X11 +#endif // TQ_WS_X11 }; -- cgit v1.2.1