From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcmshell/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcmshell') diff --git a/kcmshell/main.cpp b/kcmshell/main.cpp index 078a1a99b..edd48f911 100644 --- a/kcmshell/main.cpp +++ b/kcmshell/main.cpp @@ -98,11 +98,11 @@ static KService::Ptr locateModule(const TQCString& module) KService::Ptr service = KService::serviceByStorageId( path ); if (!service) { - kdWarning(780) << "Could not tqfind module '" << module << "'." << endl; + kdWarning(780) << "Could not find module '" << module << "'." << endl; return 0; } - // avoid tqfinding random non-kde applications + // avoid finding random non-kde applications if ( module.left( 4 ) != "kde-" && service->library().isEmpty() ) return locateModule( "kde-" + module ); -- cgit v1.2.1