summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartWrapperFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartWrapperFactory.h')
-rw-r--r--libkdchart/KDChartWrapperFactory.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libkdchart/KDChartWrapperFactory.h b/libkdchart/KDChartWrapperFactory.h
new file mode 100644
index 0000000..aa07277
--- /dev/null
+++ b/libkdchart/KDChartWrapperFactory.h
@@ -0,0 +1,13 @@
+#ifndef KDCHARTWRAPPERFACTORY_H
+#define KDCHARTWRAPPERFACTORY_H
+#include <qswrapperfactory.h>
+
+class KDChartWrapperFactory :public QSWrapperFactory
+{
+public:
+ KDChartWrapperFactory();
+ virtual QObject* create ( const QString& className, void* ptr );
+};
+
+#endif /* KDCHARTWRAPPERFACTORY_H */
+