summaryrefslogtreecommitdiffstats
path: root/khelpcenter/glossary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/glossary.cpp')
-rw-r--r--khelpcenter/glossary.cpp2
1 files changed, 1 insertions, 1 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 )