fix(src/components/text-to-speech/TextToSpeech): compilation fix

This commit is contained in:
Ronan Abhamon 2017-05-31 11:01:56 +02:00
parent 91dc50d023
commit 8c674a7f8c

View file

@ -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) {