diff -r 5f576e56ad99 -r 497fab7d1404 parser.cpp --- a/parser.cpp Tue Jun 19 14:20:29 2007 +0000 +++ b/parser.cpp Tue Jun 19 14:20:30 2007 +0000 @@ -98,7 +98,7 @@ return paramList; } -int Parser::paramCount() +int Parser::parCount() { return paramList.count(); } @@ -141,13 +141,13 @@ } -bool Parser::checkParamCount (QList plist) +bool Parser::checkParCount (QList plist) { QStringList expList; QString expected; for (int i=0; i paramList.count()) @@ -193,7 +193,7 @@ int Parser::parInt (bool &ok,const uint &index) { - if (checkParamIsInt (index)) + if (checkParIsInt (index)) return paramList[index].toInt (&ok, 10); ok=false; return 0;