From 2a3a843d4026ee6792168a192494696875d8a162 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 2 Jan 2025 12:02:13 +0900 Subject: Rename Q_EXPORT to TQ_EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit 4acba5600884e2864c9b0f601d2b69d13a899367) --- tdestyles/light/lightstyle-v2.h | 6 +++--- tdestyles/light/lightstyle-v3.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tdestyles/light') diff --git a/tdestyles/light/lightstyle-v2.h b/tdestyles/light/lightstyle-v2.h index 17240ac88..68ab02c25 100644 --- a/tdestyles/light/lightstyle-v2.h +++ b/tdestyles/light/lightstyle-v2.h @@ -28,13 +28,13 @@ #ifdef QT_PLUGIN -# define Q_EXPORT_STYLE_LIGHT_V2 +# define TQ_EXPORT_STYLE_LIGHT_V2 #else -# define Q_EXPORT_STYLE_LIGHT_V2 TQ_EXPORT +# define TQ_EXPORT_STYLE_LIGHT_V2 TQ_EXPORT #endif // QT_PLUGIN -class Q_EXPORT_STYLE_LIGHT_V2 LightStyleV2 : public TDEStyle +class TQ_EXPORT_STYLE_LIGHT_V2 LightStyleV2 : public TDEStyle { TQ_OBJECT diff --git a/tdestyles/light/lightstyle-v3.h b/tdestyles/light/lightstyle-v3.h index 8f03cca74..ff6c537f9 100644 --- a/tdestyles/light/lightstyle-v3.h +++ b/tdestyles/light/lightstyle-v3.h @@ -31,13 +31,13 @@ #include "tdestyle.h" #ifdef QT_PLUGIN -# define Q_EXPORT_STYLE_LIGHT_V3 +# define TQ_EXPORT_STYLE_LIGHT_V3 #else -# define Q_EXPORT_STYLE_LIGHT_V3 TQ_EXPORT +# define TQ_EXPORT_STYLE_LIGHT_V3 TQ_EXPORT #endif // QT_PLUGIN -class Q_EXPORT_STYLE_LIGHT_V3 LightStyleV3 : public TDEStyle +class TQ_EXPORT_STYLE_LIGHT_V3 LightStyleV3 : public TDEStyle { TQ_OBJECT TQStyle *basestyle; -- cgit v1.2.1