kchart
kchartcolorarray.h
00001 00007 #ifndef KCHARTCOLORARRAY 00008 #define KCHARTCOLORARRAY 00009 00010 #include <qvaluevector.h> 00011 #include <qcolor.h> 00012 00013 namespace KChart 00014 { 00015 00016 typedef QValueVector<QColor> KChartColorArray; 00017 00018 } //KChart namespace 00019 00020 00021 #endif