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.
koffice/kchart/kdchart/KDChartCustomBoxWrapper.cpp

14 lines
286 B

#include "KDChartCustomBoxWrapper.h"
KDChartCustomBoxWrapper::KDChartCustomBoxWrapper( KDChartCustomBox* data)
:TQObject(0), _data(data)
{
}
const KDChartTextPiece* KDChartCustomBoxWrapper::content() const
{
return &_data->content();
}
#include "KDChartCustomBoxWrapper.moc"