summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartCustomBoxWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartCustomBoxWrapper.cpp')
-rw-r--r--libkdchart/KDChartCustomBoxWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartCustomBoxWrapper.cpp b/libkdchart/KDChartCustomBoxWrapper.cpp
index 2ee28eb..c62b118 100644
--- a/libkdchart/KDChartCustomBoxWrapper.cpp
+++ b/libkdchart/KDChartCustomBoxWrapper.cpp
@@ -1,6 +1,6 @@
#include "KDChartCustomBoxWrapper.h"
KDChartCustomBoxWrapper::KDChartCustomBoxWrapper( KDChartCustomBox* data)
- :QObject(0), _data(data)
+ :TQObject(0), _data(data)
{
}