From e40c895e26526277ebc0069053927d0e050e07a3 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 2 Nov 2018 14:58:27 +0100 Subject: [PATCH] this relates to bug 2618 Signed-off-by: gregory guy (cherry picked from commit f067dfc575173d45c0c3cd5732e0f7b69edd6fb5) Signed-off-by: Michele Calgaro --- doc/khelpcenter/{kdelogo2.png => tdelogo2.png} | Bin khelpcenter/glossary.cpp | 2 +- khelpcenter/view.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/khelpcenter/{kdelogo2.png => tdelogo2.png} (100%) diff --git a/doc/khelpcenter/kdelogo2.png b/doc/khelpcenter/tdelogo2.png similarity index 100% rename from doc/khelpcenter/kdelogo2.png rename to doc/khelpcenter/tdelogo2.png 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();