okular: set the KSpeech ID to lowercase one for consistency

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-14 01:09:04 +02:00
parent 59656a3e3e
commit 78897ef6eb

View file

@ -43,7 +43,7 @@ void OkularTTS::Private::setupIface()
}
kspeech = new KSpeech(q);
kspeech->setSpeechID(QString::fromLatin1("Okular"));
kspeech->setSpeechID(QString::fromLatin1("okular"));
connect( kspeech, SIGNAL(jobStateChanged(int,int)),
q, SLOT(slotJobStateChanged(int,int)) );
}