diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:02:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:02:13 +0900 |
commit | 4acba5600884e2864c9b0f601d2b69d13a899367 (patch) | |
tree | 573a5690228de67f77feef931891cea62b1c4478 /tdestyles/light/lightstyle-v3.h | |
parent | 88945489d3d2d82c45ac2590d80b73d5279e9243 (diff) | |
download | tdelibs-4acba5600884e2864c9b0f601d2b69d13a899367.tar.gz tdelibs-4acba5600884e2864c9b0f601d2b69d13a899367.zip |
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdestyles/light/lightstyle-v3.h')
-rw-r--r-- | tdestyles/light/lightstyle-v3.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |