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 --- tdeutils/kplugininfo.h | 4 ++-- tdeutils/tdecmoduleproxy.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeutils') diff --git a/tdeutils/kplugininfo.h b/tdeutils/kplugininfo.h index 0ba051d2c..8a4d79c8b 100644 --- a/tdeutils/kplugininfo.h +++ b/tdeutils/kplugininfo.h @@ -74,7 +74,7 @@ class KUTILS_EXPORT KPluginInfo * * @param filename The filename of the .desktop file. * @param resource If filename is relative, you need to specify a resource type - * (e.g. "service", "apps"... KStandardDirs). Otherwise, + * (e.g. "service", "apps"... TDEStandardDirs). Otherwise, * resource isn't used. */ KPluginInfo( const TQString & filename, const char* resource = 0 ); @@ -125,7 +125,7 @@ class KUTILS_EXPORT KPluginInfo /** * @return A list of KPluginInfo objects constructed from a list of * filenames. If you make a lookup using, for example, - * KStandardDirs::findAllResources() you pass the list of files to this + * TDEStandardDirs::findAllResources() you pass the list of files to this * function. */ static KPluginInfo::List fromFiles( const TQStringList & files, TDEConfig * config = 0, const TQString & group = TQString::null ); diff --git a/tdeutils/tdecmoduleproxy.cpp b/tdeutils/tdecmoduleproxy.cpp index d124db091..473b8a667 100644 --- a/tdeutils/tdecmoduleproxy.cpp +++ b/tdeutils/tdecmoduleproxy.cpp @@ -355,7 +355,7 @@ void TDECModuleProxy::runAsRoot() cmd = TQString(cmd.remove(0,8)).stripWhiteSpace(); /* Run the process */ - TQString tdesu = KStandardDirs::findExe("tdesu"); + TQString tdesu = TDEStandardDirs::findExe("tdesu"); if (!tdesu.isEmpty()) { -- cgit v1.2.1