From d98fea1f859d23e1b1220a65d7a8eda3b757fd08 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/piklab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/piklab-prog/cmdline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/piklab-prog/cmdline.cpp') diff --git a/src/piklab-prog/cmdline.cpp b/src/piklab-prog/cmdline.cpp index ec2cd38..beb309a 100644 --- a/src/piklab-prog/cmdline.cpp +++ b/src/piklab-prog/cmdline.cpp @@ -332,7 +332,7 @@ CLI::ExitCode CLI::Main::checkProgrammer() if ( !_hardware.isEmpty() ) { ::Hardware::Config *config = _progGroup->hardwareConfig(); Port::Description pd = static_cast(Programmer::manager)->portDescription(); - bool ok = (config==0 || config->hardwareNames(pd.type).tqcontains(_hardware)); + bool ok = (config==0 || config->hardwareNames(pd.type).contains(_hardware)); delete config; if ( !ok ) return errorExit(i18n("The selected programmer does not supported the specified hardware configuration (\"%1\").").tqarg(_hardware), NOT_SUPPORTED_ERROR); } -- cgit v1.2.3