From b6edfe41c9395f2e20784cbf0e630af6426950a3 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/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kexi/tests/newapi/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/tests/newapi') diff --git a/kexi/tests/newapi/main.cpp b/kexi/tests/newapi/main.cpp index ba232d5f..d02dbc9b 100644 --- a/kexi/tests/newapi/main.cpp +++ b/kexi/tests/newapi/main.cpp @@ -75,7 +75,7 @@ static KCmdLineOptions options[] = " to be buffered", 0}, { "query-params ", "Query parameters separated\n" "by '|' character that will be passed to query\n" - "statement to tqreplace [...] placeholders.", 0 }, + "statement to replace [...] placeholders.", 0 }, { "", " Notes:\n" "1. 'dr_prop' requires argument.\n" "2. 'parser' test requires ,\n" @@ -136,7 +136,7 @@ int main(int argc, char** argv) RETURN(1); } test_name = args->getOption("test"); - if (!tests.tqcontains(test_name)) { + if (!tests.contains(test_name)) { kdDebug() << TQString("No such test \"%1\". Use --help.").tqarg(test_name.data()) << endl; RETURN(1); } -- cgit v1.2.1