diff -r 67cfa6e6b863 -r a4532e5c2ce3 api.h --- a/api.h Tue Oct 24 15:36:38 2006 +0000 +++ b/api.h Mon Nov 20 12:12:05 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;