1#ifndef _KGANTTBARCONFIG_H_
2#define _KGANTTBARCONFIG_H_
37class KGanttBarConfig : public TQWidget
45 KGanttBarConfig(xQGanttBarView* barview,
46 TQWidget* parent = 0, const char* name=0, WFlags f=0);
51 void changeBackground( const TQColor& color);
55 xQGanttBarView* _barview;
|