diff -r c7393c51640a -r c79df732d095 api.h --- a/api.h Sat Jul 23 10:26:29 2005 +0000 +++ b/api.h Fri Sep 08 12:30:09 2006 +0000 @@ -14,10 +14,10 @@ QString errorDesc(); bool error(); void setError (const QString &); - bool checkParamCount (const uint &); - bool checkParamIsInt (const uint &); + bool checkParamCount (const int &); + bool checkParamIsInt (const int &); int parInt (bool &,const uint&); - QString parString(bool &,const uint &); + QString parString(bool &,const int &); private: QString com; QStringList paramList;