summaryrefslogtreecommitdiffstats
path: root/src/tts/qtexttospeech_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tts/qtexttospeech_global.h')
-rw-r--r--src/tts/qtexttospeech_global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tts/qtexttospeech_global.h b/src/tts/qtexttospeech_global.h
index 3f3712d..9941082 100644
--- a/src/tts/qtexttospeech_global.h
+++ b/src/tts/qtexttospeech_global.h
@@ -45,12 +45,12 @@ QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
# if defined(QTEXTTOSPEECH_LIBRARY)
-# define QTEXTTOSPEECH_EXPORT Q_DECL_EXPORT
+# define Q_TEXTTOSPEECH_EXPORT Q_DECL_EXPORT
# else
-# define QTEXTTOSPEECH_EXPORT Q_DECL_IMPORT
+# define Q_TEXTTOSPEECH_EXPORT Q_DECL_IMPORT
# endif
#else
-# define QTEXTTOSPEECH_EXPORT
+# define Q_TEXTTOSPEECH_EXPORT
#endif
QT_END_NAMESPACE