summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-11-02 14:58:27 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-08 11:05:30 +0900
commite40c895e26526277ebc0069053927d0e050e07a3 (patch)
tree0b44985f2fe544dfa3ddab607aad74c00870b658
parent753410778bb37e179b6594d624ea7bdf82481352 (diff)
downloadtdebase-e40c895e26526277ebc0069053927d0e050e07a3.tar.gz
tdebase-e40c895e26526277ebc0069053927d0e050e07a3.zip
this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit f067dfc575173d45c0c3cd5732e0f7b69edd6fb5) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/khelpcenter/tdelogo2.png (renamed from doc/khelpcenter/kdelogo2.png)bin5333 -> 5333 bytes
-rw-r--r--khelpcenter/glossary.cpp2
-rw-r--r--khelpcenter/view.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/khelpcenter/kdelogo2.png b/doc/khelpcenter/tdelogo2.png
index c64511da7..c64511da7 100644
--- a/doc/khelpcenter/kdelogo2.png
+++ b/doc/khelpcenter/tdelogo2.png
Binary files differ
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();