diff --git a/linphone-desktop/src/components/text-to-speech/TextToSpeech.cpp b/linphone-desktop/src/components/text-to-speech/TextToSpeech.cpp index 11eabaf91..709b752ad 100644 --- a/linphone-desktop/src/components/text-to-speech/TextToSpeech.cpp +++ b/linphone-desktop/src/components/text-to-speech/TextToSpeech.cpp @@ -30,7 +30,7 @@ #ifdef TEXTTOSPEECH_ENABLED TextToSpeech::TextToSpeech (QObject *parent) : QObject(parent) { - mQtTextToSpeech = new QTTextToSpeech(this); + mQtTextToSpeech = new QTextToSpeech(this); } void TextToSpeech::say (const QString &text) {