summaryrefslogtreecommitdiffstats
path: root/tests/auto/texttospeech/tst_qtexttospeech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/texttospeech/tst_qtexttospeech.cpp')
-rw-r--r--tests/auto/texttospeech/tst_qtexttospeech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/texttospeech/tst_qtexttospeech.cpp b/tests/auto/texttospeech/tst_qtexttospeech.cpp
index afdecba..1109e01 100644
--- a/tests/auto/texttospeech/tst_qtexttospeech.cpp
+++ b/tests/auto/texttospeech/tst_qtexttospeech.cpp
@@ -40,7 +40,7 @@
#include <QSignalSpy>
#if defined(Q_OS_UNIX) && !(defined(Q_OS_MAC) || defined(Q_OS_ANDROID))
- #include <speech-dispatcher/libspeechd.h>
+ #include <libspeechd.h>
#if LIBSPEECHD_MAJOR_VERSION > 0 || LIBSPEECHD_MINOR_VERSION >= 9
#define HAVE_SPD_090
#endif