summaryrefslogtreecommitdiffstats
path: root/khelpcenter/docentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/docentry.cpp')
-rw-r--r--khelpcenter/docentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/docentry.cpp b/khelpcenter/docentry.cpp
index e2feedcee..c0491a181 100644
--- a/khelpcenter/docentry.cpp
+++ b/khelpcenter/docentry.cpp
@@ -69,7 +69,7 @@ TQString DocEntry::icon() const
if ( !docExists() ) return "unknown";
if ( isDirectory() ) return "contents2";
- else return "document2";
+ else return "text-x-generic-template";
}
void DocEntry::setUrl( const TQString &url )