diff -r 626fd85b1f69 -r 5391ab620c95 api.cpp --- a/api.cpp Tue Sep 05 15:05:18 2006 +0000 +++ b/api.cpp Wed Sep 06 12:47:06 2006 +0000 @@ -92,7 +92,7 @@ errorString=e; } -bool API::checkParamCount (const uint &expected) +bool API::checkParamCount (const int &expected) { if (paramList.count()!=expected) { @@ -103,7 +103,7 @@ return noErr; } -bool API::checkParamIsInt(const uint &index) +bool API::checkParamIsInt(const int &index) { bool ok; if (index > paramList.count()) @@ -131,7 +131,7 @@ return 0; } -QString API::parString (bool &ok,const uint &index) +QString API::parString (bool &ok,const int &index) { // return the string at index, this could be also stored in // a variable later