diff options
Diffstat (limited to 'khelpcenter')
-rw-r--r-- | khelpcenter/glossary.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/view.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp index 0d25dbf79..3c662dacd 100644 --- a/khelpcenter/glossary.cpp +++ b/khelpcenter/glossary.cpp @@ -298,7 +298,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry ) .arg( entry.term() ) .arg( entry.definition() ) .arg( seeAlso) - .arg( View::langLookup( "khelpcenter/kdelogo2.png" ) ); + .arg( View::langLookup( "khelpcenter/tdelogo2.png" ) ); } void Glossary::slotSelectGlossEntry( const TQString &id ) diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp index ea296b004..cf6f90f66 100644 --- a/khelpcenter/view.cpp +++ b/khelpcenter/view.cpp @@ -137,7 +137,7 @@ void View::showAboutPage() .arg( i18n( "The Kicker Desktop Panel" ) ) .arg( i18n( "The Trinity Control Center" ) ) .arg( i18n( "The Konqueror File manager and Web Browser" ) ) - .arg( langLookup( "khelpcenter/kdelogo2.png" ) ); + .arg( langLookup( "khelpcenter/tdelogo2.png" ) ); begin( KURL( "about:khelpcenter" ) ); write( res ); end(); |