diff options
Diffstat (limited to 'kword/KWMailMergeDataSource.cpp')
-rw-r--r-- | kword/KWMailMergeDataSource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWMailMergeDataSource.cpp b/kword/KWMailMergeDataSource.cpp index e95085e77..d21c4bd02 100644 --- a/kword/KWMailMergeDataSource.cpp +++ b/kword/KWMailMergeDataSource.cpp @@ -1,8 +1,8 @@ #include "KWMailMergeDataSource.h" #include "KWMailMergeDataSource.moc" -KWMailMergeDataSource::KWMailMergeDataSource(KInstance* inst,TQObject *tqparent): TQObject(tqparent), -DCOPObject(TQCString(tqparent->name())+".plugin_loading"),m_instance(inst) +KWMailMergeDataSource::KWMailMergeDataSource(KInstance* inst,TQObject *parent): TQObject(parent), +DCOPObject(TQCString(parent->name())+".plugin_loading"),m_instance(inst) { } const TQMap< TQString, TQString > &KWMailMergeDataSource::getRecordEntries() const {return sampleRecord;} |