You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
313 B
22 lines
313 B
/**
|
|
* $Id: kchartcolorarray.h 376098 2005-01-07 14:13:50Z raphael $
|
|
*
|
|
* Kalle Dalheimer <kalle@kde.org>
|
|
*/
|
|
|
|
#ifndef KCHARTCOLORARRAY
|
|
#define KCHARTCOLORARRAY
|
|
|
|
#include <tqvaluevector.h>
|
|
#include <tqcolor.h>
|
|
|
|
namespace KChart
|
|
{
|
|
|
|
typedef TQValueVector<TQColor> KChartColorArray;
|
|
|
|
} //KChart namespace
|
|
|
|
|
|
#endif
|