From d3afa6baf98ef5ac191996cc9b909ff9074c168c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeprint/tdeprintcheck.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeprint/tdeprintcheck.cpp') diff --git a/tdeprint/tdeprintcheck.cpp b/tdeprint/tdeprintcheck.cpp index 92178f0f4..a1985e804 100644 --- a/tdeprint/tdeprintcheck.cpp +++ b/tdeprint/tdeprintcheck.cpp @@ -80,7 +80,7 @@ bool KdeprintChecker::checkURL(const KURL& url) else if (prot == "exec") return checkExec(url); else if (prot == "file" || prot == "dir") - return KStandardDirs::exists(url.url()); + return TDEStandardDirs::exists(url.url()); else if (prot == "service") return checkService(url); return false; @@ -117,7 +117,7 @@ bool KdeprintChecker::checkConfig(const KURL& url) bool KdeprintChecker::checkExec(const KURL& url) { QString execname(url.path().mid(1)); - return !(KStandardDirs::findExe(execname).isEmpty()); + return !(TDEStandardDirs::findExe(execname).isEmpty()); } bool KdeprintChecker::checkService(const KURL& url) -- cgit v1.2.1