summaryrefslogtreecommitdiffstats
path: root/kword/KWMailMergeDataSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWMailMergeDataSource.cpp')
-rw-r--r--kword/KWMailMergeDataSource.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWMailMergeDataSource.cpp b/kword/KWMailMergeDataSource.cpp
index abb175013..e95085e77 100644
--- a/kword/KWMailMergeDataSource.cpp
+++ b/kword/KWMailMergeDataSource.cpp
@@ -1,8 +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)
+KWMailMergeDataSource::KWMailMergeDataSource(KInstance* inst,TQObject *tqparent): TQObject(tqparent),
+DCOPObject(TQCString(tqparent->name())+".plugin_loading"),m_instance(inst)
{
}
-const QMap< QString, QString > &KWMailMergeDataSource::getRecordEntries() const {return sampleRecord;}
+const TQMap< TQString, TQString > &KWMailMergeDataSource::getRecordEntries() const {return sampleRecord;}