diff --git a/okular/ui/tts.cpp b/okular/ui/tts.cpp index 25c0650d..372ba6aa 100644 --- a/okular/ui/tts.cpp +++ b/okular/ui/tts.cpp @@ -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)) ); }