Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/227/head
Michele Calgaro 8 months ago
parent 0f36f89663
commit d67c4fd582
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 => '',

@ -31,7 +31,7 @@
class KLegacyStylePrivate;
class Q_EXPORT KLegacyStyle : public TDEStyle {
class TQ_EXPORT KLegacyStyle : public TDEStyle {
TQ_OBJECT
public:
KLegacyStyle(void);

@ -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

@ -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

Loading…
Cancel
Save