summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartCustomBoxWrapper.cpp
blob: 64a99a9088e3e3c46cfe77e943bc0f475399f361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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"