00001 #ifndef X11COLORS_H_ 00002 #define X11COLORS_H_ 00003 00004 #include <QColor> 00005 #include <QString> 00006 00007 #include "mythuiexp.h" 00008 00009 MUI_PUBLIC QColor createColor(const QString &color); 00010 00011 #endif 00012