From d67c4fd58202569729ea6d7ec6117a7a7f36ad0e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Sep 2023 13:19:28 +0900 Subject: [PATCH] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN Signed-off-by: Michele Calgaro --- dcop/dcopidlng/kalyptus | 2 +- tdestyles/klegacy/klegacystyle.h | 2 +- tdestyles/light/lightstyle-v2.h | 2 +- tdestyles/light/lightstyle-v3.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dcop/dcopidlng/kalyptus b/dcop/dcopidlng/kalyptus index 16d39ac7a..5ce123890 100644 --- a/dcop/dcopidlng/kalyptus +++ b/dcop/dcopidlng/kalyptus @@ -99,7 +99,7 @@ $allowed_k_dcop_accesors_re = join("|", @allowed_k_dcop_accesors); _STYLE_SGI => '', _STYLE_WINDOWS => '', QT_STATIC_CONST => 'static const', - Q_EXPORT => '', + TQ_EXPORT => '', TQ_REFCOUNT => '', QM_EXPORT_CANVAS => '', QM_EXPORT_DNS => '', diff --git a/tdestyles/klegacy/klegacystyle.h b/tdestyles/klegacy/klegacystyle.h index 3bb50ae6e..dccf6cae1 100644 --- a/tdestyles/klegacy/klegacystyle.h +++ b/tdestyles/klegacy/klegacystyle.h @@ -31,7 +31,7 @@ class KLegacyStylePrivate; -class Q_EXPORT KLegacyStyle : public TDEStyle { +class TQ_EXPORT KLegacyStyle : public TDEStyle { TQ_OBJECT public: KLegacyStyle(void); diff --git a/tdestyles/light/lightstyle-v2.h b/tdestyles/light/lightstyle-v2.h index 2c81ae6bc..2151d7f55 100644 --- a/tdestyles/light/lightstyle-v2.h +++ b/tdestyles/light/lightstyle-v2.h @@ -30,7 +30,7 @@ #ifdef QT_PLUGIN # define Q_EXPORT_STYLE_LIGHT_V2 #else -# define Q_EXPORT_STYLE_LIGHT_V2 Q_EXPORT +# define Q_EXPORT_STYLE_LIGHT_V2 TQ_EXPORT #endif // QT_PLUGIN diff --git a/tdestyles/light/lightstyle-v3.h b/tdestyles/light/lightstyle-v3.h index 5379e7e76..7c2ba8e65 100644 --- a/tdestyles/light/lightstyle-v3.h +++ b/tdestyles/light/lightstyle-v3.h @@ -33,7 +33,7 @@ #ifdef QT_PLUGIN # define Q_EXPORT_STYLE_LIGHT_V3 #else -# define Q_EXPORT_STYLE_LIGHT_V3 Q_EXPORT +# define Q_EXPORT_STYLE_LIGHT_V3 TQ_EXPORT #endif // QT_PLUGIN