diff options
-rw-r--r-- | doc/khelpcenter/tdelogo2.png (renamed from doc/khelpcenter/kdelogo2.png) | bin | 5333 -> 5333 bytes | |||
-rw-r--r-- | khelpcenter/glossary.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/view.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/khelpcenter/kdelogo2.png b/doc/khelpcenter/tdelogo2.png Binary files differindex c64511da7..c64511da7 100644 --- a/doc/khelpcenter/kdelogo2.png +++ b/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(); |