summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartCustomBoxWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartCustomBoxWrapper.h')
-rw-r--r--libkdchart/KDChartCustomBoxWrapper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libkdchart/KDChartCustomBoxWrapper.h b/libkdchart/KDChartCustomBoxWrapper.h
index b294a24..271aa0d 100644
--- a/libkdchart/KDChartCustomBoxWrapper.h
+++ b/libkdchart/KDChartCustomBoxWrapper.h
@@ -1,13 +1,14 @@
#ifndef KDCHARTCUSTOMBOX_H
#define KDCHARTCUSTOMBOX_H
-#include <qobject.h>
+#include <tqobject.h>
#include "KDChartCustomBox.h"
class KDChartCustomBox;
class KDChartTextPiece;
-class KDChartCustomBoxWrapper :public QObject
+class KDChartCustomBoxWrapper :public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
KDChartCustomBoxWrapper( KDChartCustomBox* );