summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-28 04:27:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-28 04:27:05 -0600
commitcd689d40d726ae793efb95c44e6ad4af522ca04e (patch)
treea6dc72c31c0116fbf48e923d753fd7a73b6fa7c9
parent048b28dbf150e3c4529691381e85362ecae4d112 (diff)
downloadtqt3-cd689d40d726ae793efb95c44e6ad4af522ca04e.tar.gz
tqt3-cd689d40d726ae793efb95c44e6ad4af522ca04e.zip
Automated update from Qt3
-rw-r--r--src/tools/qcom_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qcom_p.h b/src/tools/qcom_p.h
index a53c79c8..d59017ca 100644
--- a/src/tools/qcom_p.h
+++ b/src/tools/qcom_p.h
@@ -318,7 +318,7 @@ public: \
Q_EXTERN_C __declspec(dllexport) \
const char * __stdcall qt_ucm_query_verification_data() \
{ return qt_ucm_verification_data; } \
- Q_EXTERN_C __declspec(dllexport) TQUnknownInterface* \
+ Q_EXTERN_C Q_EXPORT __declspec(dllexport) TQUnknownInterface* \
__stdcall ucm_instantiate()
# else
# define Q_EXPORT_COMPONENT() \
@@ -326,7 +326,7 @@ public: \
Q_EXTERN_C __declspec(dllexport) \
const char *qt_ucm_query_verification_data() \
{ return qt_ucm_verification_data; } \
- Q_EXTERN_C __declspec(dllexport) TQUnknownInterface* ucm_instantiate()
+ Q_EXTERN_C Q_EXPORT __declspec(dllexport) TQUnknownInterface* ucm_instantiate()
# endif
# else
# define Q_EXPORT_COMPONENT() \
@@ -334,7 +334,7 @@ public: \
Q_EXTERN_C \
const char *qt_ucm_query_verification_data() \
{ return qt_ucm_verification_data; } \
- Q_EXTERN_C TQUnknownInterface* ucm_instantiate()
+ Q_EXTERN_C Q_EXPORT TQUnknownInterface* ucm_instantiate()
# endif
# define Q_EXPORT_INTERFACE() Q_EXPORT_COMPONENT()
#endif