From 01c60a267846a8712bca34218ecf7da57566c049 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:26:45 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- khelpcenter/docentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/docentry.cpp') 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; } -- cgit v1.2.1