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.
kmymoney/libkdchart/KDChartCustomBoxWrapper.cpp

18 lines
335 B

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