diff -r 67cfa6e6b863 -r 7ced3733ba60 api.h --- a/api.h Tue Oct 24 15:36:38 2006 +0000 +++ b/api.h Mon Oct 30 12:39:37 2006 +0000 @@ -1,6 +1,7 @@ #ifndef API_H #define API_H +#include #include enum ErrorLevel {NoError,Warning,Aborted}; @@ -25,6 +26,7 @@ int parInt (bool &,const uint &index); QString parString(bool &ok,const int &index); bool parBool (bool &ok, const int &index); + QColor parColor (bool &ok, const int &index); private: QString input; QString com;