From 80ee419f074dc252449791628d4584b5c0ea0c9b Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/sound/LADSPAPluginFactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sound/LADSPAPluginFactory.cpp') diff --git a/src/sound/LADSPAPluginFactory.cpp b/src/sound/LADSPAPluginFactory.cpp index 9daa431..204f05e 100644 --- a/src/sound/LADSPAPluginFactory.cpp +++ b/src/sound/LADSPAPluginFactory.cpp @@ -770,9 +770,9 @@ LADSPAPluginFactory::generateFallbackCategories() std::vector path; for (size_t i = 0; i < pluginPath.size(); ++i) { - if (pluginPath[i].tqcontains("/lib/")) { + if (pluginPath[i].contains("/lib/")) { TQString p(pluginPath[i]); - p.tqreplace("/lib/", "/share/"); + p.replace("/lib/", "/share/"); path.push_back(p); // std::cerr << "LADSPAPluginFactory::generateFallbackCategories: path element " << p << std::endl; } -- cgit v1.2.1