Fix khelpcenter branding.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit c0da2d242c)
pull/182/head
Chris 5 years ago committed by Michele Calgaro
parent 69e000a0bb
commit a37a81f74d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -289,7 +289,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry )
TQTextStream htmlStream(&htmlFile);
return htmlStream.read()
.arg( i18n( "KDE Glossary" ) )
.arg( i18n( "TDE Glossary" ) )
.arg( entry.term() )
.arg( View::langLookup( "khelpcenter/konq.css" ) )
.arg( View::langLookup( "khelpcenter/pointers.png" ) )

Loading…
Cancel
Save