From 5e51787f9af4fd86450fab9e787b4037a772bca3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 13 Feb 2024 11:10:37 +0900 Subject: Replace Q_WS_* defines with TQ_WS_* equivalents Signed-off-by: Michele Calgaro (cherry picked from commit 03aa7238b34bb438632b6d572b008e32960f0895) --- dcop/dcopglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcop/dcopglobal.h') diff --git a/dcop/dcopglobal.h b/dcop/dcopglobal.h index 7a684533e..f8bf78789 100644 --- a/dcop/dcopglobal.h +++ b/dcop/dcopglobal.h @@ -37,7 +37,7 @@ #define DCOPReplyDelayed 6 #define DCOPFind 7 -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #include #include #endif -- cgit v1.2.1