From e7c8d424497ed8bcca65a1985d341a26ed359b05 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 13 Feb 2024 11:03:23 +0900 Subject: Replace Q_WS_* defines with TQ_WS_* equivalents Signed-off-by: Michele Calgaro --- src/plugin-exports.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin-exports.h b/src/plugin-exports.h index 864b133..cd9c732 100644 --- a/src/plugin-exports.h +++ b/src/plugin-exports.h @@ -23,7 +23,7 @@ #ifdef __KDE_HAVE_GCC_VISIBILITY #define PLUGIN_NO_EXPORT __attribute__ ((visibility("hidden"))) #define PLUGIN_EXPORT __attribute__ ((visibility("default"))) -#elif defined(Q_WS_WIN) +#elif defined(TQ_WS_WIN) #define PLUGIN_NO_EXPORT #define PLUGIN_EXPORT __declspec(dllexport) #else -- cgit v1.2.1