mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
okular: set the KSpeech ID to lowercase one for consistency
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
59656a3e3e
commit
78897ef6eb
1 changed files with 1 additions and 1 deletions
|
@ -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)) );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue