From 1150fa871f205f8a6a9673344b8b0bc1fe62b8be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:17:38 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- src/locater.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/locater.cpp b/src/locater.cpp index fc69ecd..617a417 100644 --- a/src/locater.cpp +++ b/src/locater.cpp @@ -57,9 +57,9 @@ void Locater::setupLocate(const TQString& binary, const TQString& additionalArgu // Automatically choose the correct binary if not specified. if (binary.isEmpty()) { - if (!KStandardDirs::findExe("slocate").isNull()) { + if (!TDEStandardDirs::findExe("slocate").isNull()) { m_binary = "slocate"; - } else if (!KStandardDirs::findExe("rlocate").isNull()) { + } else if (!TDEStandardDirs::findExe("rlocate").isNull()) { m_binary = "rlocate"; } else { m_binary = "locate"; @@ -69,7 +69,7 @@ void Locater::setupLocate(const TQString& binary, const TQString& additionalArgu m_binary = binary; } m_additionalArguments = additionalArguments; - m_binaryExists = KStandardDirs::findExe(m_binary) != TQString(); + m_binaryExists = TDEStandardDirs::findExe(m_binary) != TQString(); } -- cgit v1.2.3