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 5c08592bd..c198dd75f 100644
--- a/khelpcenter/docentry.cpp
+++ b/khelpcenter/docentry.cpp
@@ -251,7 +251,7 @@ bool DocEntry::docExists() const
{
if ( !mUrl.isEmpty() ) {
KURL docUrl( mUrl );
- if ( docUrl.isLocalFile() && !KStandardDirs::exists( docUrl.path() ) ) {
+ if ( docUrl.isLocalFile() && !TDEStandardDirs::exists( docUrl.path() ) ) {
// kdDebug(1400) << "URL not found: " << docUrl.url() << endl;
return false;
}