summaryrefslogtreecommitdiffstats
path: root/tdestyles/light
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-02 12:02:13 +0900
committerMichele Calgaro <[email protected]>2025-01-03 09:57:03 +0900
commit2a3a843d4026ee6792168a192494696875d8a162 (patch)
tree96d338ead192a55caaef5aa02f09860d8fc42dda /tdestyles/light
parente3ff1dab9a3bb1530a591313e441d25df1d036bb (diff)
downloadtdelibs-2a3a843d4026ee6792168a192494696875d8a162.tar.gz
tdelibs-2a3a843d4026ee6792168a192494696875d8a162.zip
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4acba5600884e2864c9b0f601d2b69d13a899367)
Diffstat (limited to 'tdestyles/light')
-rw-r--r--tdestyles/light/lightstyle-v2.h6
-rw-r--r--tdestyles/light/lightstyle-v3.h6
2 files changed, 6 insertions, 6 deletions
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;