summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dcop/dcopidlng/kalyptus2
-rw-r--r--tdestyles/klegacy/klegacystyle.h2
-rw-r--r--tdestyles/light/lightstyle-v2.h2
-rw-r--r--tdestyles/light/lightstyle-v3.h2
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