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.
14 lines
302 B
14 lines
302 B
#ifndef KDCHARTWRAPPERFACTORY_H
|
|
#define KDCHARTWRAPPERFACTORY_H
|
|
#include <tqswrapperfactory.h>
|
|
|
|
class KDChartWrapperFactory :public TQSWrapperFactory
|
|
{
|
|
public:
|
|
KDChartWrapperFactory();
|
|
virtual TQObject* create ( const TQString& className, void* ptr );
|
|
};
|
|
|
|
#endif /* KDCHARTWRAPPERFACTORY_H */
|
|
|