diff options
Diffstat (limited to 'khelpcenter/docentry.cpp')
-rw-r--r-- | khelpcenter/docentry.cpp | 2 |
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; } |