diff options
Diffstat (limited to 'kexi/tests/newapi')
-rw-r--r-- | kexi/tests/newapi/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 <db_name> argument.\n" "2. 'parser' test requires <db_name>,\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); } |