summaryrefslogtreecommitdiffstats
path: root/kword/KWMailMergeDataSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWMailMergeDataSource.cpp')
-rw-r--r--kword/KWMailMergeDataSource.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/kword/KWMailMergeDataSource.cpp b/kword/KWMailMergeDataSource.cpp
new file mode 100644
index 00000000..abb17501
--- /dev/null
+++ b/kword/KWMailMergeDataSource.cpp
@@ -0,0 +1,8 @@
+#include "KWMailMergeDataSource.h"
+#include "KWMailMergeDataSource.moc"
+
+KWMailMergeDataSource::KWMailMergeDataSource(KInstance* inst,QObject *parent): QObject(parent),
+DCOPObject(QCString(parent->name())+".plugin_loading"),m_instance(inst)
+{
+}
+const QMap< QString, QString > &KWMailMergeDataSource::getRecordEntries() const {return sampleRecord;}